Skip to content

Commit

Permalink
Update dependency on base
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Jul 5, 2014
1 parent 5e99152 commit 8c179dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bloomfilter.cabal
Expand Up @@ -18,7 +18,7 @@ extra-source-files: README.markdown cbits/lookup3.c cbits/lookup3.h
library
build-depends:
array,
base >= 4 && < 5,
base >= 4.4 && < 5,
bytestring >= 0.9,
deepseq
exposed-modules: Data.BloomFilter
Expand All @@ -40,8 +40,8 @@ test-suite tests
main-is: QC.hs
other-modules: QCSupport
build-depends:
QuickCheck >= 2.5 && < 2.8,
base >= 4 && < 5,
QuickCheck >= 2.5,
base >= 4.4 && < 5,
bloomfilter,
bytestring,
random,
Expand Down

0 comments on commit 8c179dc

Please sign in to comment.