summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base32-bytestring.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal
index 9ee4f67..498304d 100644
--- a/base32-bytestring.cabal
+++ b/base32-bytestring.cabal
@@ -37,7 +37,7 @@ library
37 , Data.ByteString.Base32.Hex 37 , Data.ByteString.Base32.Hex
38 other-modules: Data.ByteString.Base32.Internal 38 other-modules: Data.ByteString.Base32.Internal
39 build-depends: base == 4.* 39 build-depends: base == 4.*
40 , bytestring == 0.10.* 40 , bytestring >= 0.9
41 , cpu == 0.1.* 41 , cpu == 0.1.*
42 , bits-extras == 0.1.* 42 , bits-extras == 0.1.*
43 ghc-options: -O2 -Wall 43 ghc-options: -O2 -Wall