diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-03-09 12:59:16 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-09 13:00:06 -0500 |
commit | a6f9c44c3eb8162b84ee603f9de64974b95aa093 (patch) | |
tree | 22cf546651c0cd50b09c5a0ca93399d4c5b0ef37 /iserv | |
parent | 712c45d035797a392e33bba3f8ec4293af61ecab (diff) | |
download | haskell-a6f9c44c3eb8162b84ee603f9de64974b95aa093.tar.gz |
Revert "configure.ac: Bump version to 8.3"
This reverts commit 5dce2160a1b361eba7d0109d314246c8ec97878b as it
didn't build.
Diffstat (limited to 'iserv')
-rw-r--r-- | iserv/iserv-bin.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iserv/iserv-bin.cabal b/iserv/iserv-bin.cabal index 5307e7fc0e..eb332771bf 100644 --- a/iserv/iserv-bin.cabal +++ b/iserv/iserv-bin.cabal @@ -24,7 +24,7 @@ Executable iserv bytestring >= 0.10 && < 0.11, containers >= 0.5 && < 0.6, deepseq >= 1.4 && < 1.5, - ghci == 8.3 + ghci == 8.1 if os(windows) Cpp-Options: -DWINDOWS |