ghc-dump-util 0.1.1.0 → 0.1.2.0
raw patch · 2 files changed
+5/−6 lines, 2 filesdep −regex-tdfa-textdep ~regex-tdfaPVP ok
version bump matches the API change (PVP)
Dependencies removed: regex-tdfa-text
Dependency ranges changed: regex-tdfa
API changes (from Hackage documentation)
Files
- Main.hs +1/−1
- ghc-dump-util.cabal +4/−5
Main.hs view
@@ -12,7 +12,7 @@ import Text.Regex.TDFA import Text.Regex.TDFA.Common (Regex)-import Text.Regex.TDFA.Text+import Text.Regex.TDFA.Text () import GhcDump.Pretty import GhcDump.Util
ghc-dump-util.cabal view
@@ -1,6 +1,6 @@ name: ghc-dump-util-version: 0.1.1.0-synopsis: Handy tools for working with @ghc-dump@ dumps.+version: 0.1.2.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 analysing GHC's Core representation. The plugin is compatible with GHC 7.10@@ -18,7 +18,7 @@ copyright: (c) 2017 Ben Gamari category: Development build-type: Simple-tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.4+tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.3, GHC==8.10.1 cabal-version: >=1.10 source-repository head@@ -44,7 +44,6 @@ ghc-dump-core >=0.1 && <0.2, ghc-dump-util, ansi-wl-pprint >= 0.6,- regex-tdfa >= 1.2,- regex-tdfa-text,+ regex-tdfa >= 1.3.1.0, optparse-applicative >= 0.13 default-language: Haskell2010