Skip to content

Commit

Permalink
Bump versions for GHC 7 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
batterseapower committed Jan 17, 2011
1 parent c991a0e commit 2dd4967
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions supercompile.cabal
Expand Up @@ -12,12 +12,12 @@ Category: Language

Executable supercompile
Main-Is: Main.hs
Build-Depends: base >= 4 && < 5, containers >= 0.3 && < 0.4, deepseq >= 1.1.0.0 && < 1.2,
Build-Depends: base >= 4 && < 5, containers >= 0.3 && < 0.5, deepseq >= 1.1.0.0 && < 1.2,
pretty >= 1.0.1.1 && < 1.1, prettyclass >= 1 && < 1.2,
QuickCheck >= 1.2 && < 1.3,
QuickCheck >= 2.4.0.1 && < 2.5,
random >= 1.0 && < 1.1, process >= 1.0.1.2 && < 1.1,
directory >= 1.0.1.0 && < 1.1, filepath >= 1.1.0.3 && < 1.2,
time >= 1.1.4 && < 1.2,
directory >= 1.0.1.0 && < 1.2, filepath >= 1.1.0.3 && < 1.3,
time >= 1.1.4 && < 1.3,
haskell-src-exts >= 1.9.0 && < 1.10.0, cpphs >= 1.11 && < 1.12

Ghc-Options: -fwarn-unused-binds -fwarn-unused-imports -fwarn-unused-matches -fwarn-incomplete-patterns

0 comments on commit 2dd4967

Please sign in to comment.