n2o-web 0.11.0 → 0.11.2
raw patch · 1 files changed
+3/−5 lines, 1 filesdep −bertdep −fmtdep ~n2odep ~n2o-protocols
Dependencies removed: bert, fmt
Dependency ranges changed: n2o, n2o-protocols
Files
- n2o-web.cabal +3/−5
n2o-web.cabal view
@@ -1,5 +1,5 @@ name: n2o-web -version: 0.11.0 +version: 0.11.2 description: Poor man's WebSocket and HTTP static servers. homepage: https://github.com/xafizoff/n2o-hs#readme bug-reports: https://github.com/xafizoff/n2o-hs/issues @@ -27,17 +27,15 @@ hs-source-dirs: src build-depends: base >= 4.7 && < 5 - , n2o == 0.11.0 - , n2o-protocols == 0.11.0 + , n2o == 0.11.* + , n2o-protocols == 0.11.* , websockets >= 0.12.5 , network >= 2.6 , text >= 1.2 , bytestring >= 0.10 , binary >= 0.5 - , bert >= 1.2 , attoparsec >= 0.13.2 , case-insensitive >= 1.2 , containers >= 0.5 - , fmt >= 0.1.6 , base64-bytestring >= 1.0 default-language: Haskell2010