diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-03-09 13:01:03 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-09 21:13:06 -0500 |
commit | a6e06c7b6ac9d0eb54f09721dbac9b1bed4c8c32 (patch) | |
tree | 2021b2dfb8266254eca190fd0e4c783462689990 /libraries/template-haskell | |
parent | 2b5b9dc69e5d0af20b6e7be31638c2e3a1bb765f (diff) | |
download | haskell-a6e06c7b6ac9d0eb54f09721dbac9b1bed4c8c32.tar.gz |
configure.ac: Bump version to 8.3ghc-8.3-start
Bumps haddock submodule
Diffstat (limited to 'libraries/template-haskell')
-rw-r--r-- | libraries/template-haskell/Language/Haskell/TH/Lib.hs | 2 | ||||
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/template-haskell/Language/Haskell/TH/Lib.hs b/libraries/template-haskell/Language/Haskell/TH/Lib.hs index a3cbc8efb5..860ccc3f63 100644 --- a/libraries/template-haskell/Language/Haskell/TH/Lib.hs +++ b/libraries/template-haskell/Language/Haskell/TH/Lib.hs @@ -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__ >= 802 +#if __GLASGOW_HASKELL__ >= 804 #error Remove deprecated familyNoKindD, familyKindD, closedTypeFamilyNoKindD and closedTypeFamilyKindD #endif diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal index 71e5e02b8b..dfb3b079b3 100644 --- a/libraries/template-haskell/template-haskell.cabal +++ b/libraries/template-haskell/template-haskell.cabal @@ -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 |