packages feed

ghc-lib-parser 8.10.2.20200808 → 8.10.2.20200916

raw patch · 3 files changed

+5/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ghc-lib-parser.cabal view
@@ -1,7 +1,7 @@ cabal-version: >=1.22 build-type: Simple name: ghc-lib-parser-version: 8.10.2.20200808+version: 8.10.2.20200916 license: BSD3 license-file: LICENSE category: Development@@ -56,7 +56,6 @@  library     default-language:   Haskell2010-    default-extensions: NoImplicitPrelude     exposed: False     include-dirs:         includes@@ -119,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