haskell-tools-demo 0.4.1.2 → 0.4.1.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~directoryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: directory
API changes (from Hackage documentation)
Files
- haskell-tools-demo.cabal +3/−3
haskell-tools-demo.cabal view
@@ -1,5 +1,5 @@ name: haskell-tools-demo -version: 0.4.1.2 +version: 0.4.1.3 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 @@ -20,7 +20,7 @@ build-depends: base >= 4.9 && < 4.10 , mtl >= 2.2 && < 2.3 , transformers >= 0.5 && < 0.6 - , directory >= 1.2 && < 1.3 + , directory >= 1.2 && < 1.4 , containers >= 0.5 && < 0.6 , aeson >= 1.0 && < 1.1 , bytestring >= 0.10 && < 0.11 @@ -56,7 +56,7 @@ , HUnit >= 1.5 && < 1.6 , tasty >= 0.11 && < 0.12 , tasty-hunit >= 0.9 && < 0.10 - , directory >= 1.2 && < 1.3 + , directory >= 1.2 && < 1.4 , filepath >= 1.4 && < 2.0 , bytestring >= 0.10 && < 0.11 , network >= 2.6 && < 2.7