[commit: ghc] master: configure.ac: Bump version to 8.3 (5dce216)
git at git.haskell.org
git at git.haskell.org
Thu Mar 9 16:13:33 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5dce2160a1b361eba7d0109d314246c8ec97878b/ghc
>---------------------------------------------------------------
commit 5dce2160a1b361eba7d0109d314246c8ec97878b
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Mar 9 10:48:13 2017 -0500
configure.ac: Bump version to 8.3
>---------------------------------------------------------------
5dce2160a1b361eba7d0109d314246c8ec97878b
configure.ac | 2 +-
iserv/iserv-bin.cabal | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 949c3d0..8846523 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.1], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.3], [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 eb33277..5307e7f 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.1
+ ghci == 8.3
if os(windows)
Cpp-Options: -DWINDOWS
More information about the ghc-commits
mailing list