Skip to content

Commit ec10e0f

Browse files
committed
Specify in cabal file that only ghc >= 7.2 is supported
1 parent 5e5042f commit ec10e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdevtools.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ executable hdevtools
6060
build-depends: base == 4.*,
6161
cmdargs,
6262
directory,
63-
ghc,
63+
ghc >= 7.2,
6464
ghc-paths,
6565
syb,
6666
network,

0 commit comments

Comments
 (0)