diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2018-04-19 08:31:08 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2018-04-19 08:31:08 -0400 |
commit | 2fdfe056812ec469a05f46f228ef076942297b5f (patch) | |
tree | f73e926e4ca80e225214511bfd01e14b0611f27d /ghc | |
parent | 447d1264abcd52bdd98267d109bfc1ff1c96ad27 (diff) | |
download | haskell-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 'ghc')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index c94c6f8013..12812ef07c 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -40,7 +40,7 @@ Executable ghc if os(windows) Build-Depends: Win32 >= 2.3 && < 2.7 else - Build-Depends: unix == 2.7.* + Build-Depends: unix >= 2.7 && < 2.9 C-Sources: hschooks.c |