packages feed

websockets 0.7.1.0 → 0.7.1.1

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~SHAdep ~test-frameworkdep ~test-framework-hunit

Dependency ranges changed: SHA, test-framework, test-framework-hunit, test-framework-quickcheck2

Files

websockets.cabal view
@@ -1,5 +1,5 @@ Name:    websockets-Version: 0.7.1.0+Version: 0.7.1.1  Synopsis:   A sensible and clean way to write WebSocket-capable servers in Haskell.@@ -80,7 +80,7 @@     network                  >= 2.3    && < 2.5,     network-enumerator       >= 0.1    && < 0.2,     random                   >= 1.0    && < 1.1,-    SHA                      >= 1.5    && < 1.6,+    SHA                      >= 1.5    && < 1.7,     text                     >= 0.10   && < 0.12,     pureMD5                  >= 0.2.2  && < 2.2,     entropy                  >= 0.2.1  && < 0.3@@ -94,9 +94,9 @@   Build-depends:     HUnit                      >= 1.2 && < 1.3,     QuickCheck                 >= 2.4 && < 2.6,-    test-framework             >= 0.4 && < 0.7,-    test-framework-hunit       >= 0.2 && < 0.3,-    test-framework-quickcheck2 >= 0.2 && < 0.3,+    test-framework             >= 0.4 && < 0.9,+    test-framework-hunit       >= 0.2 && < 0.4,+    test-framework-quickcheck2 >= 0.2 && < 0.4,     -- Copied from regular dependencies...     attoparsec               >= 0.9    && < 0.11,     attoparsec-enumerator    >= 0.2    && < 0.4,@@ -113,7 +113,7 @@     network                  >= 2.3    && < 2.5,     network-enumerator       >= 0.1    && < 0.2,     random                   >= 1.0    && < 1.1,-    SHA                      >= 1.5    && < 1.6,+    SHA                      >= 1.5    && < 1.7,     text                     >= 0.10   && < 0.12,     pureMD5                  >= 0.2.2  && < 2.2,     entropy                  >= 0.2.1  && < 0.3