Skip to content

Commit

Permalink
Specify in cabal file that only ghc >= 7.2 is supported
Browse files Browse the repository at this point in the history
  • Loading branch information
bitc committed Dec 29, 2012
1 parent 5e5042f commit ec10e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdevtools.cabal
Expand Up @@ -60,7 +60,7 @@ executable hdevtools
build-depends: base == 4.*,
cmdargs,
directory,
ghc,
ghc >= 7.2,
ghc-paths,
syb,
network,
Expand Down

0 comments on commit ec10e0f

Please sign in to comment.