packages feed

ghc-boot-th 9.4.1 → 9.6.1

raw patch · 3 files changed

+5/−3 lines, 3 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

+ GHC.ForeignSrcLang.Type: LangJs :: ForeignSrcLang
+ GHC.LanguageExtensions.Type: TypeData :: Extension

Files

GHC/ForeignSrcLang/Type.hs view
@@ -13,5 +13,6 @@   | LangObjc   -- ^ Objective C   | LangObjcxx -- ^ Objective C++   | LangAsm    -- ^ Assembly language (.s)+  | LangJs     -- ^ JavaScript   | RawObject  -- ^ Object (.o)   deriving (Eq, Show, Generic)
GHC/LanguageExtensions/Type.hs view
@@ -56,7 +56,7 @@    | BangPatterns    | TypeFamilies    | TypeFamilyDependencies-   | TypeInType+   | TypeInType               -- Deprecated    | OverloadedStrings    | OverloadedLists    | NumDecimals@@ -73,6 +73,7 @@    | ConstraintKinds    | PolyKinds                -- Kind polymorphism    | DataKinds                -- Datatype promotion+   | TypeData                 -- allow @type data@ definitions    | InstanceSigs    | ApplicativeDo    | LinearTypes
ghc-boot-th.cabal view
@@ -3,7 +3,7 @@ -- ghc-boot-th.cabal.in, not ghc-boot-th.cabal.  name:           ghc-boot-th-version:        9.4.1+version:        9.6.1 license:        BSD3 license-file:   LICENSE category:       GHC@@ -36,4 +36,4 @@             GHC.ForeignSrcLang.Type             GHC.Lexeme -    build-depends: base       >= 4.7 && < 4.18+    build-depends: base       >= 4.7 && < 4.19