haskell-tools-debug 0.8.0.0 → 0.8.1.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~ghcdep ~haskell-tools-debugPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc, haskell-tools-debug
API changes (from Hackage documentation)
Files
haskell-tools-debug.cabal view
@@ -1,5 +1,5 @@ name: haskell-tools-debug -version: 0.8.0.0 +version: 0.8.1.0 synopsis: Debugging Tools for Haskell-tools description: Debugging Tools for Haskell-tools homepage: https://github.com/haskell-tools/haskell-tools @@ -20,7 +20,7 @@ , filepath >= 1.4 && < 1.5 , template-haskell >= 2.11 && < 2.12 , references >= 0.3 && < 0.4 - , ghc >= 8.0 && < 8.1 + , ghc >= 8.0 && < 8.3 , ghc-paths >= 0.1 && < 0.2 , haskell-tools-ast >= 0.8 && < 0.9 , haskell-tools-backend-ghc >= 0.8 && < 0.9 @@ -30,7 +30,7 @@ executable ht-debug build-depends: base >= 4.9 && < 5.0 - , haskell-tools-debug >= 0.8 && < 0.9 + , haskell-tools-debug hs-source-dirs: exe main-is: Main.hs default-language: Haskell2010