summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-27 01:48:46 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-27 01:48:46 +0400
commit9b24760c13b936ed571a7caff2cf0702b1344ef0 (patch)
tree1b6178ea285c1c1e8d22d514dec90b13a25249b5
parent1c545257eff4dd792f8c0006467533c519fb8714 (diff)
Fix dependencies
-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