summaryrefslogtreecommitdiff
path: root/xdelta3.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3.cabal')
-rw-r--r--xdelta3.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3.cabal b/xdelta3.cabal
index 9bb6715..5cc3a30 100644
--- a/xdelta3.cabal
+++ b/xdelta3.cabal
@@ -34,6 +34,6 @@ library
34 cxx-sources: haskell/xdelta3.cc 34 cxx-sources: haskell/xdelta3.cc
35 35
36 hs-source-dirs: haskell 36 hs-source-dirs: haskell
37 build-depends: base >=4.10, bytestring, text, primitive 37 build-depends: base >=4.10, bytestring, text, primitive, containers
38 default-language: Haskell2010 38 default-language: Haskell2010
39 ghc-options: -Wmissing-signatures 39 ghc-options: -Wmissing-signatures