haskell-tools-demo 1.0.0.2 → 1.0.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~http-types
Dependency ranges changed: http-types
Files
- haskell-tools-demo.cabal +2/−2
haskell-tools-demo.cabal view
@@ -1,5 +1,5 @@ name: haskell-tools-demo -version: 1.0.0.2 +version: 1.0.0.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 @@ -23,7 +23,7 @@ , containers >= 0.5 && < 0.6 , aeson >= 1.0 && < 1.3 , bytestring >= 0.10 && < 0.11 - , http-types >= 0.9 && < 0.10 + , http-types >= 0.9 && < 0.12 , warp >= 3.2 && < 3.3 , wai >= 3.2 && < 3.3 , websockets >= 0.12 && < 0.13