summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base32-bytestring.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal
index 79c4681..9ee4f67 100644
--- a/base32-bytestring.cabal
+++ b/base32-bytestring.cabal
@@ -36,10 +36,10 @@ library
36 exposed-modules: Data.ByteString.Base32 36 exposed-modules: Data.ByteString.Base32
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.10.*
41 , cpu 41 , cpu == 0.1.*
42 , bits-extras 42 , bits-extras == 0.1.*
43 ghc-options: -O2 -Wall 43 ghc-options: -O2 -Wall
44 44
45test-suite spec 45test-suite spec
@@ -51,7 +51,7 @@ test-suite spec
51 build-depends: base == 4.* 51 build-depends: base == 4.*
52 , base32-bytestring 52 , base32-bytestring
53 , bytestring 53 , bytestring
54 , hspec >= 1.7 54 , hspec
55 , QuickCheck 55 , QuickCheck
56 ghc-options: -Wall 56 ghc-options: -Wall
57 57