dump-core 0.1.3 → 0.1.3.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- dump-core.cabal +2/−2
dump-core.cabal view
@@ -1,5 +1,5 @@ name: dump-core-version: 0.1.3+version: 0.1.3.1 synopsis: A plug-in for rendering GHC core description: This is a GHC plugin that renders the Core generated by GHC into JSON and also HTML, for easy inspection.@@ -26,7 +26,7 @@ library exposed-modules: DumpCore other-modules: Paths_dump_core- build-depends: base >=4.9 && <4.10, ghc, text, aeson, bytestring,+ build-depends: base >=4.9 && <4.11, ghc, text, aeson, bytestring, containers, monadLib, directory, filepath default-language: Haskell2010