Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
a6e06c7b
Commit
a6e06c7b
authored
Mar 09, 2017
by
Ben Gamari
🐢
Browse files
configure.ac: Bump version to 8.3
Bumps haddock submodule
parent
2b5b9dc6
Changes
5
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
a6e06c7b
...
...
@@ -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@haskell.org], [ghc-AC_PACKAGE_VERSION])
AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.
3
], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}
...
...
iserv/iserv-bin.cabal
View file @
a6e06c7b
...
...
@@ -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
...
...
libraries/template-haskell/Language/Haskell/TH/Lib.hs
View file @
a6e06c7b
...
...
@@ -608,7 +608,7 @@ closedTypeFamilyD tc tvs result injectivity eqns =
-- 3. remove the FamFlavour data type from Syntax module
-- 4. make sure that all references to FamFlavour are gone from DsMeta,
-- Convert, TcSplice (follows from 3)
#
if
__GLASGOW_HASKELL__
>=
80
2
#
if
__GLASGOW_HASKELL__
>=
80
4
#
error
Remove
deprecated
familyNoKindD
,
familyKindD
,
closedTypeFamilyNoKindD
and
closedTypeFamilyKindD
#
endif
...
...
libraries/template-haskell/template-haskell.cabal
View file @
a6e06c7b
...
...
@@ -50,7 +50,7 @@ Library
build-depends:
base >= 4.8 && < 4.11,
ghc-boot-th == 8.
1
,
ghc-boot-th == 8.
3
,
pretty == 1.1.*
-- We need to set the unit ID to template-haskell (without a
...
...
haddock
@
9acb2890
Compare
dbbdabfd
...
9acb2890
Subproject commit
dbbdabfd3842f70c78d4c64e10f75f47fe5c0f5
d
Subproject commit
9acb2890cdb4369f3bb7fda899ff4d3526040e7
d
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment