haskell-tools-demo 1.0.0.3 → 1.0.0.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~tastyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tasty
API changes (from Hackage documentation)
Files
- haskell-tools-demo.cabal +2/−2
haskell-tools-demo.cabal view
@@ -1,5 +1,5 @@ name: haskell-tools-demo -version: 1.0.0.3 +version: 1.0.0.4 synopsis: A web-based demo for Haskell-tools Refactor. description: Allows websocket clients to connect and performs refactorings on demand. The clients maintain a continous connection with the server, sending changes in the source files. When a refactor request is received, it performs the changes and sends the modified source files to the client. homepage: https://github.com/haskell-tools/haskell-tools @@ -54,7 +54,7 @@ main-is: Main.hs build-depends: base >= 4.10 && < 4.11 , HUnit >= 1.5 && < 1.7 - , tasty >= 0.11 && < 0.13 + , tasty >= 0.11 && < 1.1 , tasty-hunit >= 0.9 && < 0.11 , directory >= 1.2 && < 1.4 , filepath >= 1.4 && < 2.0