ghc-debug-brick 0.6.0.0 → 0.7.0.0
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~ghc-debug-clientdep ~ghc-debug-commondep ~ghc-debug-convention
Dependency ranges changed: ghc-debug-client, ghc-debug-common, ghc-debug-convention
Files
- ghc-debug-brick.cabal +4/−4
ghc-debug-brick.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: ghc-debug-brick-version: 0.6.0.0+version: 0.7.0.0 synopsis: A simple TUI using ghc-debug description: A simple TUI using ghc-debug bug-reports: https://gitlab.haskell.org/ghc/ghc-debug/-/issues@@ -31,9 +31,9 @@ , time , deepseq , microlens- , ghc-debug-client == 0.6.0.0- , ghc-debug-common == 0.6.0.0- , ghc-debug-convention == 0.6.0.0+ , ghc-debug-client == 0.7.0.0+ , ghc-debug-common == 0.7.0.0+ , ghc-debug-convention == 0.7.0.0 , unordered-containers , exceptions , contra-tracer