[Pkg-haskell-commits] darcs: haskell-unix-bytestring: Drop patches

Joachim Breitner mail at joachim-breitner.de
Sat Oct 20 15:11:58 UTC 2012


Sat Oct 20 15:10:55 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Drop patches 
  Ignore-this: b2add43aea8f8e0f5d628b532d70bb8d

    M ./changelog +1
    R ./patches/
    R ./patches/class-constraints.diff
    R ./patches/series

Sat Oct 20 15:10:55 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Drop patches 
  Ignore-this: b2add43aea8f8e0f5d628b532d70bb8d
diff -rN -u old-haskell-unix-bytestring//changelog new-haskell-unix-bytestring//changelog
--- old-haskell-unix-bytestring//changelog	2012-10-20 15:11:57.879990746 +0000
+++ new-haskell-unix-bytestring//changelog	2012-10-20 15:11:57.895719484 +0000
@@ -9,6 +9,7 @@
     against experimental
   * Bump standards version, no change
   * New upstream release
+    + Drop patches 
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 19 Oct 2012 20:10:08 +0200
 
diff -rN -u old-haskell-unix-bytestring//patches/class-constraints.diff new-haskell-unix-bytestring//patches/class-constraints.diff
--- old-haskell-unix-bytestring//patches/class-constraints.diff	2012-10-20 15:11:57.883869863 +0000
+++ new-haskell-unix-bytestring//patches/class-constraints.diff	1970-01-01 00:00:00.000000000 +0000
@@ -1,20 +0,0 @@
---- a/src/Foreign/C/Error/Safe.hs
-+++ b/src/Foreign/C/Error/Safe.hs
-@@ -99,14 +99,14 @@
- 
- ----------------------------------------------------------------
- 
--eitherErrnoIfMinus1 :: (Num a) => IO a -> IO (Either C.Errno a)
-+eitherErrnoIfMinus1 :: (Num a, Eq a) => IO a -> IO (Either C.Errno a)
- eitherErrnoIfMinus1 = eitherErrnoIf (-1 ==)
- 
--eitherErrnoIfMinus1Retry :: (Num a) => IO a -> IO (Either C.Errno a)
-+eitherErrnoIfMinus1Retry :: (Num a, Eq a) => IO a -> IO (Either C.Errno a)
- eitherErrnoIfMinus1Retry = eitherErrnoIfRetry (-1 ==)
- 
- eitherErrnoIfMinus1RetryMayBlock
--    :: (Num a) => IO a -> IO b -> IO (Either C.Errno a)
-+    :: (Num a, Eq a) => IO a -> IO b -> IO (Either C.Errno a)
- eitherErrnoIfMinus1RetryMayBlock =
-     eitherErrnoIfRetryMayBlock (-1 ==)
- 
diff -rN -u old-haskell-unix-bytestring//patches/series new-haskell-unix-bytestring//patches/series
--- old-haskell-unix-bytestring//patches/series	2012-10-20 15:11:57.883869863 +0000
+++ new-haskell-unix-bytestring//patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-class-constraints.diff





More information about the Pkg-haskell-commits mailing list