Skip to content

Commit

Permalink
Relax hslogger and time dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed May 16, 2011
1 parent eb315b9 commit 84c5c50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fibon.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ Executable fibon-run
, mtl == 1.1.*
, directory >= 1.0 && < 1.2
, filepath >= 1.1 && < 1.3
, hslogger == 1.0.*
, hslogger >= 1.0 && < 1.2
, process == 1.0.*
, time == 1.1.*
, time >= 1.1 && < 1.3
, old-locale == 1.0.*
, old-time == 1.0.*
, statistics >= 0.6 && < 0.8.1
Expand Down Expand Up @@ -165,10 +165,10 @@ Executable fibon-nofib
, directory >= 1.0 && < 1.2
, Cabal == 1.8.*
, process == 1.0.*
, hslogger == 1.0.*
, hslogger >= 1.0 && < 1.2
, statistics >= 0.6 && < 0.8.1
, syb >= 0.1 && < 0.4
, cereal == 0.3.*
, bytestring == 0.9.*
, vector == 0.6.*
, time == 1.1.*
, time >= 1.1 && < 1.3

0 comments on commit 84c5c50

Please sign in to comment.