diff options
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index d2ef375642..a9dd62b3f6 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -50,7 +50,7 @@ Library Build-Depends: base >= 4 && < 5, directory >= 1 && < 1.3, - process >= 1 && < 1.2, + process >= 1 && < 1.3, bytestring >= 0.9 && < 0.11, time < 1.5, containers >= 0.1 && < 0.6, |