Skip to content

Commit

Permalink
stricter dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwombat committed Dec 1, 2015
1 parent bddb366 commit d2f7736
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions creatur.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ library
Other-modules: Paths_creatur
Build-Depends:
array ==0.5.*,
base ==4.*,
base ==4.* && >= 4.8,
bytestring ==0.10.*,
cond ==0.4.*,
cereal ==0.4.*,
Expand Down Expand Up @@ -98,7 +98,7 @@ Test-suite creatur-tests
Hs-source-dirs: test
Build-Depends:
array ==0.5.*,
base ==4.*,
base ==4.* && >= 4.8,
binary ==0.7.*,
cereal ==0.4.*,
creatur,
Expand Down Expand Up @@ -135,7 +135,7 @@ Test-suite creatur-tests
-- GHC-Options: -Wall
-- Hs-source-dirs: test
-- Build-Depends:
-- base ==4.*,
-- base ==4.* && >= 4.8,
-- creatur,
-- criterion ==0.8.*,
-- test-framework ==0.8.*
Expand Down

0 comments on commit d2f7736

Please sign in to comment.