summaryrefslogtreecommitdiff
path: root/iserv
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 /iserv
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 'iserv')
-rw-r--r--iserv/iserv-bin.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/iserv/iserv-bin.cabal b/iserv/iserv-bin.cabal
index a713e6fbdb..b2695093ee 100644
--- a/iserv/iserv-bin.cabal
+++ b/iserv/iserv-bin.cabal
@@ -92,7 +92,7 @@ Library
if os(windows)
Cpp-Options: -DWINDOWS
else
- Build-Depends: unix >= 2.7 && < 2.8
+ Build-Depends: unix >= 2.7 && < 2.9
Executable iserv
Default-Language: Haskell2010
@@ -117,7 +117,7 @@ Executable iserv
if os(windows)
Cpp-Options: -DWINDOWS
else
- Build-Depends: unix >= 2.7 && < 2.8
+ Build-Depends: unix >= 2.7 && < 2.9
Executable iserv-proxy
If flag(proxy)