Update ghc version bound for old non-deprecated versions.

This commit is contained in:
Daniel Gröber
2016-05-24 10:36:50 +02:00
parent e495c55a8d
commit 4dce00713f
13 changed files with 340 additions and 48 deletions

View File

@@ -93,7 +93,7 @@ Library
, deepseq
, directory
, filepath
, ghc
, ghc >= 7.4 && < 7.10
, ghc-paths
, ghc-syb-utils
, hlint >= 1.8.61
@@ -128,7 +128,7 @@ Executable ghc-mod
, directory
, filepath
, mtl >= 2.0
, ghc
, ghc >= 7.4 && < 7.10
, ghc-mod
Executable ghc-modi
@@ -144,7 +144,7 @@ Executable ghc-modi
, directory
, filepath
, split
, ghc
, ghc >= 7.4 && < 7.10
, ghc-mod
Test-Suite doctest
@@ -182,7 +182,7 @@ Test-Suite spec
, deepseq
, directory
, filepath
, ghc
, ghc >= 7.4 && < 7.10
, ghc-paths
, ghc-syb-utils
, hlint >= 1.7.1