ghc-lib-parser 8.10.1.20200523 → 8.10.1.20200916
raw patch · 3 files changed
+7/−5 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ghc-lib-parser.cabal +5/−5
- libraries/ghc-heap/GHC/Exts/Heap/InfoTable.hsc +1/−0
- libraries/ghc-heap/GHC/Exts/Heap/InfoTableProf.hsc +1/−0
ghc-lib-parser.cabal view
@@ -1,7 +1,7 @@ cabal-version: >=1.22 build-type: Simple name: ghc-lib-parser-version: 8.10.1.20200523+version: 8.10.1.20200916 license: BSD3 license-file: LICENSE category: Development@@ -23,8 +23,8 @@ ghc-lib/stage0/lib/ghcversion.h ghc-lib/stage0/lib/DerivedConstants.h ghc-lib/stage0/lib/GHCConstantsHaskellExports.hs- ghc-lib/stage0/lib/GHCConstantsHaskellType.hs ghc-lib/stage0/lib/GHCConstantsHaskellWrappers.hs+ ghc-lib/stage0/lib/GHCConstantsHaskellType.hs ghc-lib/stage0/compiler/build/primop-can-fail.hs-incl ghc-lib/stage0/compiler/build/primop-code-size.hs-incl ghc-lib/stage0/compiler/build/primop-commutable.hs-incl@@ -50,14 +50,12 @@ includes/CodeGen.Platform.hs compiler/GhclibHsVersions.h compiler/Unique.h-tested-with: GHC==8.10.1, GHC==8.8.2, GHC==8.6.5, GHC==8.4.4 source-repository head type: git location: git@github.com:digital-asset/ghc-lib.git library default-language: Haskell2010- default-extensions: NoImplicitPrelude exposed: False include-dirs: includes@@ -73,7 +71,7 @@ build-depends: Win32 build-depends: ghc-prim > 0.2 && < 0.7,- base >= 4.11 && < 4.15,+ base >= 4.12 && < 4.15, containers >= 0.5 && < 0.7, bytestring >= 0.9 && < 0.11, binary == 0.8.*,@@ -120,6 +118,8 @@ TypeSynonymInstances UnboxedTuples UndecidableInstances+ default-extensions:+ NoImplicitPrelude c-sources: libraries/ghc-heap/cbits/HeapPrim.cmm compiler/cbits/genSym.c
libraries/ghc-heap/GHC/Exts/Heap/InfoTable.hsc view
@@ -1,3 +1,4 @@+{-# LANGUAGE NoMonoLocalBinds #-} module GHC.Exts.Heap.InfoTable ( module GHC.Exts.Heap.InfoTable.Types , itblSize
libraries/ghc-heap/GHC/Exts/Heap/InfoTableProf.hsc view
@@ -1,3 +1,4 @@+{-# LANGUAGE NoMonoLocalBinds #-} module GHC.Exts.Heap.InfoTableProf ( module GHC.Exts.Heap.InfoTable.Types , itblSize