[Pkg-haskell-commits] darcs: tokyocabinet-haskell: releasing version 0.0.5-5
Joachim Breitner
mail at joachim-breitner.de
Sat Mar 10 15:47:28 UTC 2012
Sat Mar 10 15:47:15 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* releasing version 0.0.5-5
Ignore-this: 55fc6e4e2c477e1cd3deafdc8b7376ff
M ./changelog +6
A ./patches/
A ./patches/ghc-7.4.1-fix
A ./patches/series
Sat Mar 10 15:47:15 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* releasing version 0.0.5-5
Ignore-this: 55fc6e4e2c477e1cd3deafdc8b7376ff
diff -rN -u old-tokyocabinet-haskell//changelog new-tokyocabinet-haskell//changelog
--- old-tokyocabinet-haskell//changelog 2012-03-10 15:47:28.463248678 +0000
+++ new-tokyocabinet-haskell//changelog 2012-03-10 15:47:28.479279093 +0000
@@ -1,3 +1,9 @@
+tokyocabinet-haskell (0.0.5-5) unstable; urgency=low
+
+ * Sourceful upload to rebuild documentation package
+
+ -- Joachim Breitner <nomeata at debian.org> Sat, 10 Mar 2012 16:41:02 +0100
+
tokyocabinet-haskell (0.0.5-4) unstable; urgency=low
[ Marco Silva ]
diff -rN -u old-tokyocabinet-haskell//patches/ghc-7.4.1-fix new-tokyocabinet-haskell//patches/ghc-7.4.1-fix
--- old-tokyocabinet-haskell//patches/ghc-7.4.1-fix 1970-01-01 00:00:00.000000000 +0000
+++ new-tokyocabinet-haskell//patches/ghc-7.4.1-fix 2012-03-10 15:47:28.483285398 +0000
@@ -0,0 +1,11 @@
+Description: Add language pragma, fixes building with GHC 7.4.1
+Author: Joachim Breitner <nomeata at debian.org>
+
+--- tokyocabinet-haskell-0.0.5.orig/Database/TokyoCabinet/FDB/Key.hs
++++ tokyocabinet-haskell-0.0.5/Database/TokyoCabinet/FDB/Key.hs
+@@ -1,4 +1,4 @@
+-{-# LANGUAGE TypeSynonymInstances #-}
++{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}
+ module Database.TokyoCabinet.FDB.Key (Key(..), ID(..)) where
+
+ import Database.TokyoCabinet.FDB.C (ID(..), unID)
diff -rN -u old-tokyocabinet-haskell//patches/series new-tokyocabinet-haskell//patches/series
--- old-tokyocabinet-haskell//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-tokyocabinet-haskell//patches/series 2012-03-10 15:47:28.483285398 +0000
@@ -0,0 +1 @@
+ghc-7.4.1-fix
More information about the Pkg-haskell-commits
mailing list