mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-20 03:01:56 +01:00
Fixes for websockets
This commit is contained in:
parent
ed02c0b75f
commit
abb863f9e2
@ -103,6 +103,9 @@ defaultExpectedFailures _ = fromList $ map PackageName
|
|||||||
|
|
||||||
-- https://github.com/vincenthz/hs-crypto-cipher/issues/36
|
-- https://github.com/vincenthz/hs-crypto-cipher/issues/36
|
||||||
, "crypto-cipher-tests"
|
, "crypto-cipher-tests"
|
||||||
|
|
||||||
|
-- Missing files
|
||||||
|
, "websockets"
|
||||||
]
|
]
|
||||||
|
|
||||||
-- | List of packages for our stable Hackage. All dependencies will be
|
-- | List of packages for our stable Hackage. All dependencies will be
|
||||||
|
|||||||
21
patching/patches/websockets-0.7.4.0.patch
Normal file
21
patching/patches/websockets-0.7.4.0.patch
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
diff -ru orig/websockets.cabal new/websockets.cabal
|
||||||
|
--- orig/websockets.cabal 2013-09-12 10:30:46.697755480 +0300
|
||||||
|
+++ new/websockets.cabal 2013-09-12 10:30:46.000000000 +0300
|
||||||
|
@@ -73,7 +73,7 @@
|
||||||
|
blaze-builder >= 0.3 && < 0.4,
|
||||||
|
blaze-builder-enumerator >= 0.2 && < 0.3,
|
||||||
|
bytestring >= 0.9 && < 0.11,
|
||||||
|
- case-insensitive >= 0.3 && < 1.1,
|
||||||
|
+ case-insensitive >= 0.3 && < 1.2,
|
||||||
|
containers >= 0.3 && < 0.6,
|
||||||
|
enumerator >= 0.4.13 && < 0.5,
|
||||||
|
mtl >= 2.0 && < 2.2,
|
||||||
|
@@ -106,7 +106,7 @@
|
||||||
|
blaze-builder >= 0.3 && < 0.4,
|
||||||
|
blaze-builder-enumerator >= 0.2 && < 0.3,
|
||||||
|
bytestring >= 0.9 && < 0.11,
|
||||||
|
- case-insensitive >= 0.3 && < 1.1,
|
||||||
|
+ case-insensitive >= 0.3 && < 1.2,
|
||||||
|
containers >= 0.3 && < 0.6,
|
||||||
|
enumerator >= 0.4.13 && < 0.5,
|
||||||
|
mtl >= 2.0 && < 2.2,
|
||||||
Loading…
Reference in New Issue
Block a user