Skip to content
Snippets Groups Projects
Commit a6f9c44c authored by Ben Gamari's avatar Ben Gamari
Browse files

Revert "configure.ac: Bump version to 8.3"

This reverts commit 5dce2160 as it
didn't build.
parent 712c45d0
No related merge requests found
...@@ -13,7 +13,7 @@ dnl ...@@ -13,7 +13,7 @@ dnl
# see what flags are available. (Better yet, read the documentation!) # see what flags are available. (Better yet, read the documentation!)
# #
AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.3], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.1], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
# Set this to YES for a released version, otherwise NO # Set this to YES for a released version, otherwise NO
: ${RELEASE=NO} : ${RELEASE=NO}
......
...@@ -24,7 +24,7 @@ Executable iserv ...@@ -24,7 +24,7 @@ Executable iserv
bytestring >= 0.10 && < 0.11, bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.6, containers >= 0.5 && < 0.6,
deepseq >= 1.4 && < 1.5, deepseq >= 1.4 && < 1.5,
ghci == 8.3 ghci == 8.1
if os(windows) if os(windows)
Cpp-Options: -DWINDOWS Cpp-Options: -DWINDOWS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment