packages feed

graph-trace-viz 0.1.1.0 → 0.1.1.1

raw patch · 2 files changed

+6/−2 lines, 2 files

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for graph-trace-viz +## 0.1.1.1 -- 2023-03-16++* Support GHC 9.4.x and 9.6.x+ ## 0.1.0.0 -- YYYY-mm-dd  * First version. Released on an unsuspecting world.
graph-trace-viz.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               graph-trace-viz-version:            0.1.1.0+version:            0.1.1.1  synopsis:   Converts a graph-trace log into an HTML document@@ -26,7 +26,7 @@ copyright:     Copyright (C) 2022 Aaron Allen category: tooling, debug, development, graph, plugin extra-source-files: CHANGELOG.md, extras/*.html-tested-with: GHC==9.2.1, GHC==9.0.1, GHC==8.10.7+tested-with: GHC==9.6.1, GHC==9.4.4, GHC==9.2.1, GHC==9.0.1, GHC==9.0.2, GHC==8.10.7  executable graph-trace-viz     main-is:          Main.hs