[Pkg-haskell-commits] darcs: haskell-websockets: drop qcgen patch, it's now in upstream

Raúl Benencia rul at kalgan.cc
Mon Mar 9 18:34:18 UTC 2015


Mon Mar  9 17:51:55 UTC 2015  Ra[_<U+00FA>_]l Benencia <rul at kalgan.cc>
  * drop qcgen patch, it's now in upstream

    R ./patches/qcgen.patch
    R ./patches/series
    R ./patches/

Mon Mar  9 17:51:55 UTC 2015  Raúl Benencia <rul at kalgan.cc>
  * drop qcgen patch, it's now in upstream
diff -rN -u old-haskell-websockets/patches/qcgen.patch new-haskell-websockets/patches/qcgen.patch
--- old-haskell-websockets/patches/qcgen.patch	2015-03-09 18:34:18.187962452 +0000
+++ new-haskell-websockets/patches/qcgen.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,23 +0,0 @@
-Descripion: Fix an incompatibility with quickcheck 2.6
-Authot: Sven Bartscher <sven.bartscher at weltraumschlangen.de>
-Forwarded: yes
-Last-Update: 2014-08-25
---- a/tests/haskell/Network/WebSockets/Server/Tests.hs
-+++ b/tests/haskell/Network/WebSockets/Server/Tests.hs
-@@ -25,6 +25,7 @@
- import           Test.HUnit                     (Assertion, assert, (@=?))
- import           Test.QuickCheck                (Arbitrary, arbitrary)
- import           Test.QuickCheck.Gen            (Gen (..))
-+import           Test.QuickCheck.Random         (newQCGen)
- 
- 
- --------------------------------------------------------------------------------
-@@ -78,7 +79,7 @@
- --------------------------------------------------------------------------------
- sample :: Arbitrary a => IO [a]
- sample = do
--    gen <- newStdGen
-+    gen <- newQCGen
-     return $ (unGen arbitrary) gen 512
- 
- 
diff -rN -u old-haskell-websockets/patches/series new-haskell-websockets/patches/series
--- old-haskell-websockets/patches/series	2015-03-09 18:34:18.187962452 +0000
+++ new-haskell-websockets/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-qcgen.patch




More information about the Pkg-haskell-commits mailing list