From 9b24760c13b936ed571a7caff2cf0702b1344ef0 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Fri, 27 Sep 2013 01:48:46 +0400 Subject: Fix dependencies --- base32-bytestring.cabal | 10 +++++----- 1 file 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 exposed-modules: Data.ByteString.Base32 , Data.ByteString.Base32.Hex other-modules: Data.ByteString.Base32.Internal - build-depends: base == 4.* - , bytestring == 0.10.* - , cpu - , bits-extras + build-depends: base == 4.* + , bytestring == 0.10.* + , cpu == 0.1.* + , bits-extras == 0.1.* ghc-options: -O2 -Wall test-suite spec @@ -51,7 +51,7 @@ test-suite spec build-depends: base == 4.* , base32-bytestring , bytestring - , hspec >= 1.7 + , hspec , QuickCheck ghc-options: -Wall -- cgit v1.2.3