[commit: ghc] master: Revert "configure.ac: Bump version to 8.3" (a6f9c44)

git at git.haskell.org git at git.haskell.org
Thu Mar 9 18:00:39 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/a6f9c44c3eb8162b84ee603f9de64974b95aa093/ghc

>---------------------------------------------------------------

commit a6f9c44c3eb8162b84ee603f9de64974b95aa093
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Mar 9 12:59:16 2017 -0500

    Revert "configure.ac: Bump version to 8.3"
    
    This reverts commit 5dce2160a1b361eba7d0109d314246c8ec97878b as it
    didn't build.


>---------------------------------------------------------------

a6f9c44c3eb8162b84ee603f9de64974b95aa093
 configure.ac          | 2 +-
 iserv/iserv-bin.cabal | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8846523..949c3d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ dnl
 # see what flags are available. (Better yet, read the documentation!)
 #
 
-AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.3], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.1], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
 
 # Set this to YES for a released version, otherwise NO
 : ${RELEASE=NO}
diff --git a/iserv/iserv-bin.cabal b/iserv/iserv-bin.cabal
index 5307e7f..eb33277 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



More information about the ghc-commits mailing list