[Pkg-haskell-commits] darcs: haskell-cairo: drop all patches.

Joachim Breitner mail at joachim-breitner.de
Sat May 19 19:41:47 UTC 2012


Sat May 19 19:41:26 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * drop all patches.
  Ignore-this: 150cd9e4395b4604a5a8720d21699e1

    M ./changelog -2 +3
    R ./patches/
    R ./patches/ghc-7.4
    R ./patches/series

Sat May 19 19:41:26 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * drop all patches.
  Ignore-this: 150cd9e4395b4604a5a8720d21699e1
diff -rN -u old-haskell-cairo//changelog new-haskell-cairo//changelog
--- old-haskell-cairo//changelog	2012-05-19 19:41:47.361944622 +0000
+++ new-haskell-cairo//changelog	2012-05-19 19:41:47.397149700 +0000
@@ -1,8 +1,9 @@
 haskell-cairo (0.12.3-1) UNRELEASED; urgency=low
 
-  * New upstream release
+  * New upstream release 
+    + drop all patches.
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 19 May 2012 21:36:40 +0200
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 19 May 2012 21:37:27 +0200
 
 haskell-cairo (0.12.2-1) unstable; urgency=low
 
diff -rN -u old-haskell-cairo//patches/ghc-7.4 new-haskell-cairo//patches/ghc-7.4
--- old-haskell-cairo//patches/ghc-7.4	2012-05-19 19:41:47.390362761 +0000
+++ new-haskell-cairo//patches/ghc-7.4	1970-01-01 00:00:00.000000000 +0000
@@ -1,15 +0,0 @@
-Fri Jan 20 07:42:43 CET 2012  Duncan Coutts <duncan at community.haskell.org>
-  * Fix cairo for GHC 7.4
-  Changes in Num type class
-diff -rN -u old-cairo/Graphics/Rendering/Cairo/Types.chs new-cairo/Graphics/Rendering/Cairo/Types.chs
---- old-cairo/Graphics/Rendering/Cairo/Types.chs	2012-02-13 23:08:40.710256212 +0100
-+++ new-cairo/Graphics/Rendering/Cairo/Types.chs	2012-02-13 23:08:40.722256278 +0100
-@@ -361,7 +361,7 @@
- cFromBool  = fromBool
- 
- {-# INLINE cToBool #-}
--cToBool :: Num a => a -> Bool
-+cToBool :: (Eq a, Num a) => a -> Bool
- cToBool  = toBool
- 
- {-# INLINE cToEnum #-}
diff -rN -u old-haskell-cairo//patches/series new-haskell-cairo//patches/series
--- old-haskell-cairo//patches/series	2012-05-19 19:41:47.390362761 +0000
+++ new-haskell-cairo//patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-ghc-7.4 -p1





More information about the Pkg-haskell-commits mailing list