ghc-dump-util 0.1.0.0 → 0.1.1.0
raw patch · 1 files changed
+6/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ghc-dump-util.cabal +6/−2
ghc-dump-util.cabal view
@@ -1,5 +1,5 @@ name: ghc-dump-util-version: 0.1.0.0+version: 0.1.1.0 synopsis: Handy tools for working with @ghc-dump@ dumps. description: @ghc-dump@ is a library, GHC plugin, and set of tools for recording and@@ -18,8 +18,12 @@ copyright: (c) 2017 Ben Gamari category: Development build-type: Simple-tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2+tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.4 cabal-version: >=1.10++source-repository head+ type: git+ location: https://github.com/bgamari/ghc-dump library exposed-modules: GhcDump.Repl, GhcDump.Util, GhcDump.Pretty, GhcDump.Reconstruct