haskell-debug-adapter 0.0.36.0 → 0.0.37.0
raw patch · 2 files changed
+11/−7 lines, 2 filesdep ~ghci-dapPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghci-dap
API changes (from Hackage documentation)
Files
- Changelog.md +4/−0
- haskell-debug-adapter.cabal +7/−7
Changelog.md view
@@ -1,3 +1,7 @@+20221024 haskell-debug-adapter-0.0.37.0+ * [INFO] support ghc-8.10.7.++ 20221010 haskell-debug-adapter-0.0.36.0 * [INFO] support ghc-9.4.2.
haskell-debug-adapter.cabal view
@@ -7,7 +7,7 @@ -- hash: 1a8a9f4202a32a5d5c37c676b9d919068955c6ff8fecee95e75927238459e56d name: haskell-debug-adapter-version: 0.0.36.0+version: 0.0.37.0 synopsis: Haskell Debug Adapter. description: Please see README.md category: Development@@ -111,7 +111,7 @@ , directory , filepath , fsnotify- , ghci-dap >=0.0.18.0+ , ghci-dap >=0.0.19.0 , haskell-dap >=0.0.15.0 , hslogger , lens@@ -122,7 +122,7 @@ , resourcet , safe-exceptions , text- if impl(ghc < 9.0.0)+ if impl(ghc < 8.10.0) buildable: False default-language: Haskell2010 @@ -185,7 +185,7 @@ , directory , filepath , fsnotify- , ghci-dap >=0.0.18.0+ , ghci-dap >=0.0.19.0 , haskell-dap >=0.0.15.0 , haskell-debug-adapter , hslogger@@ -197,7 +197,7 @@ , resourcet , safe-exceptions , text- if impl(ghc < 9.0.0)+ if impl(ghc < 8.10.0) buildable: False default-language: Haskell2010 @@ -263,7 +263,7 @@ , directory , filepath , fsnotify- , ghci-dap >=0.0.18.0+ , ghci-dap >=0.0.19.0 , haskell-dap >=0.0.15.0 , haskell-debug-adapter , hslogger@@ -276,6 +276,6 @@ , resourcet , safe-exceptions , text- if impl(ghc < 9.0.0)+ if impl(ghc < 8.10.0) buildable: False default-language: Haskell2010