Skip to content

Commit

Permalink
Loosen dependencies on SHA, HUnit, and test-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Feb 21, 2012
1 parent 3d3d63f commit 0fbc809
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mathblog.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Executable mb
process >= 1.0,
time >= 1.1,
old-locale >= 1.0,
SHA >= 1.4 && < 1.5,
SHA >= 1.4 && < 1.6,
bytestring >= 0.9 && < 1.0,
HStringTemplate >= 0.6 && < 0.7,
ConfigFile >= 1.1 && < 1.2
Expand Down Expand Up @@ -79,12 +79,12 @@ Executable mb-tests
process >= 1.0 && < 1.1,
time >= 1.1,
old-locale >= 1.0 && < 1.1,
SHA >= 1.4 && < 1.5,
SHA >= 1.4 && < 1.6,
bytestring >= 0.9 && < 1.0,
HStringTemplate >= 0.6 && < 0.7,
ConfigFile >= 1.1 && < 1.2,
HUnit >= 1.2.2 && < 1.2.3,
test-framework >= 0.3.3 && < 0.4,
HUnit >= 1.2.2 && < 1.2.5,
test-framework >= 0.3.3 && < 0.6,
test-framework-hunit >= 0.2.6 && < 0.3

GHC-Options: -Wall
Expand Down

0 comments on commit 0fbc809

Please sign in to comment.