packages feed

haskell-tools-demo 0.8.0.0 → 0.8.1.0

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~ghcdep ~haskell-tools-demodep ~websockets

Dependency ranges changed: ghc, haskell-tools-demo, websockets

Files

haskell-tools-demo.cabal view
@@ -1,5 +1,5 @@ name:                haskell-tools-demo
-version:             0.8.0.0
+version:             0.8.1.0
 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
@@ -26,10 +26,10 @@                      , http-types                >= 0.9  && < 0.10
                      , warp                      >= 3.2  && < 3.3
                      , wai                       >= 3.2  && < 3.3
-                     , websockets                >= 0.10  && < 0.12
+                     , websockets                >= 0.10  && < 0.13
                      , wai-websockets            >= 3.0  && < 3.1
                      , references                >= 0.3  && < 0.4
-                     , ghc                       >= 8.0.2  && < 8.1
+                     , ghc                       >= 8.0.2  && < 8.3
                      , ghc-paths                 >= 0.1  && < 0.2
                      , filepath                  >= 1.4  && < 1.5
                      , haskell-tools-ast         >= 0.8  && < 0.9
@@ -43,7 +43,7 @@   hs-source-dirs:      exe
   ghc-options:         -with-rtsopts=-M1500m
   build-depends:       base                      >= 4.9  && < 4.10
-                     , haskell-tools-demo        >= 0.8  && < 0.9
+                     , haskell-tools-demo
   default-language:  Haskell2010
 
 test-suite haskell-tools-demo-tests
@@ -59,7 +59,7 @@                      , filepath                  >= 1.4 && < 2.0
                      , bytestring                >= 0.10 && < 0.11
                      , network                   >= 2.6 && < 2.7
-                     , websockets                >= 0.10 && < 0.11
+                     , websockets                >= 0.10 && < 0.13
                      , aeson                     >= 1.0 && < 1.3
-                     , haskell-tools-demo        >= 0.8 && < 0.9
+                     , haskell-tools-demo
   default-language:    Haskell2010