summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2018-04-19 08:31:08 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2018-04-19 08:31:08 -0400
commit2fdfe056812ec469a05f46f228ef076942297b5f (patch)
treef73e926e4ca80e225214511bfd01e14b0611f27d /compiler/ghc.cabal.in
parent447d1264abcd52bdd98267d109bfc1ff1c96ad27 (diff)
downloadhaskell-2fdfe056812ec469a05f46f228ef076942297b5f.tar.gz
Bump unix submodule to version 2.8.0.0
Summary: Requires bumping several submodules. Test Plan: ./validate Reviewers: hvr, bgamari Subscribers: thomie, carter GHC Trac Issues: #15042 Differential Revision: https://phabricator.haskell.org/D4604
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 36dc437cd7..2a4d9755bd 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -71,7 +71,7 @@ Library
else
if flag(terminfo)
Build-Depends: terminfo == 0.4.*
- Build-Depends: unix == 2.7.*
+ Build-Depends: unix >= 2.7 && < 2.9
GHC-Options: -Wall
-Wno-name-shadowing