Skip to content

Commit

Permalink
Updated cabal dependencies for ghc 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpots committed Feb 24, 2011
1 parent 84ed96e commit 62d9798
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions fibon.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ Executable fibon-run
build-depends: base >= 4 && < 5
, containers
, mtl == 1.1.*
, directory == 1.0.*
, filepath == 1.1.*
, directory >= 1.0 && < 1.2
, filepath >= 1.1 && < 1.3
, hslogger == 1.0.*
, process == 1.0.*
, time == 1.1.*
Expand All @@ -113,16 +113,16 @@ Executable fibon-run
, vector >= 0.6 && < 0.7.1
, bytestring == 0.9.*
, cereal == 0.3.*
, syb == 0.1.*
, syb >= 0.1 && < 0.4

Executable fibon-init
main-is: Main.hs
ghc-options: -Wall
hs-source-dirs: tools/fibon-init
build-depends: base >= 4 && < 5
, filepath == 1.1.*
, directory == 1.0.*
, Cabal == 1.8.*
, filepath >= 1.1 && < 1.3
, directory >= 1.0 && < 1.2
, Cabal >= 1.8

Executable fibon-analyse
if (flag(analyse))
Expand All @@ -136,7 +136,7 @@ Executable fibon-analyse
build-depends: base >= 4 && < 5
, containers
, mtl == 1.1.*
, filepath == 1.1.*
, filepath >= 1.1 && < 1.3
, bytestring == 0.9.*
, tabular == 0.2.*
, vector >= 0.6 && < 0.7.1
Expand All @@ -145,7 +145,7 @@ Executable fibon-analyse
, attoparsec == 0.8.*
, bytestring-lexing == 0.2.*
, cereal == 0.3.*
, syb == 0.1.*
, syb >= 0.1 && < 0.4
extensions: CPP

Executable fibon-nofib
Expand All @@ -161,13 +161,13 @@ Executable fibon-nofib
build-depends: base >= 4 && < 5
, containers
, mtl == 1.1.*
, filepath == 1.1.*
, directory == 1.0.*
, filepath >= 1.1 && < 1.3
, directory >= 1.0 && < 1.2
, Cabal == 1.8.*
, process == 1.0.*
, hslogger == 1.0.*
, statistics >= 0.6 && < 0.8.1
, syb == 0.1.*
, syb >= 0.1 && < 0.4
, cereal == 0.3.*
, bytestring == 0.9.*
, vector == 0.6.*
Expand Down

0 comments on commit 62d9798

Please sign in to comment.