ghc-boot-th 8.4.4 → 8.6.1
raw patch · 4 files changed
+8/−9 lines, 4 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
+ GHC.ForeignSrcLang.Type: RawObject :: ForeignSrcLang
+ GHC.LanguageExtensions.Type: BlockArguments :: Extension
+ GHC.LanguageExtensions.Type: DerivingVia :: Extension
+ GHC.LanguageExtensions.Type: NumericUnderscores :: Extension
+ GHC.LanguageExtensions.Type: QuantifiedConstraints :: Extension
+ GHC.LanguageExtensions.Type: StarIsType :: Extension
Files
- GHC/ForeignSrcLang/Type.hs +1/−1
- GHC/LanguageExtensions/Type.hs +5/−0
- changelog.md +0/−5
- ghc-boot-th.cabal +2/−3
GHC/ForeignSrcLang/Type.hs view
@@ -6,5 +6,5 @@ import GHC.Generics (Generic) data ForeignSrcLang- = LangC | LangCxx | LangObjc | LangObjcxx+ = LangC | LangCxx | LangObjc | LangObjcxx | RawObject deriving (Eq, Show, Generic)
GHC/LanguageExtensions/Type.hs view
@@ -63,6 +63,7 @@ | GADTSyntax | NPlusKPatterns | DoAndIfThenElse+ | BlockArguments | RebindableSyntax | ConstraintKinds | PolyKinds -- Kind polymorphism@@ -81,6 +82,7 @@ | DeriveAnyClass -- Allow deriving any class | DeriveLift -- Allow deriving Lift | DerivingStrategies+ | DerivingVia -- Derive through equal representation | TypeSynonymInstances | FlexibleContexts@@ -133,4 +135,7 @@ | StrictData | MonadFailDesugaring | EmptyDataDeriving+ | NumericUnderscores+ | QuantifiedConstraints+ | StarIsType deriving (Eq, Enum, Show, Generic)
− changelog.md
@@ -1,5 +0,0 @@-## 8.0.1 *May 2016*-- * Bundled with GHC 8.0.1-- * Initial version
ghc-boot-th.cabal view
@@ -1,5 +1,5 @@ name: ghc-boot-th-version: 8.4.4+version: 8.6.1 license: BSD3 license-file: LICENSE category: GHC@@ -15,7 +15,6 @@ be depended upon by user code. cabal-version: >=1.10 build-type: Simple-extra-source-files: changelog.md source-repository head type: git@@ -31,4 +30,4 @@ GHC.ForeignSrcLang.Type GHC.Lexeme - build-depends: base >= 4.7 && < 4.12+ build-depends: base >= 4.7 && < 4.13