[Pkg-haskell-commits] darcs: haskell-filestore: Remove patch that fix dependencies in .cabal (merged upstream).
Giovanni Mascellani
gio at debian.org
Wed May 9 22:06:25 UTC 2012
Wed May 9 21:33:39 UTC 2012 Giovanni Mascellani <gio at debian.org>
* Remove patch that fix dependencies in .cabal (merged upstream).
Ignore-this: f2f09da4a9e596373a0d3218359e8cf2
M ./changelog +1
R ./patches/
R ./patches/ghc741.diff
R ./patches/series
Wed May 9 21:33:39 UTC 2012 Giovanni Mascellani <gio at debian.org>
* Remove patch that fix dependencies in .cabal (merged upstream).
Ignore-this: f2f09da4a9e596373a0d3218359e8cf2
diff -rN -u old-haskell-filestore//changelog new-haskell-filestore//changelog
--- old-haskell-filestore//changelog 2012-05-09 22:06:24.798408252 +0000
+++ new-haskell-filestore//changelog 2012-05-09 22:06:24.826405398 +0000
@@ -3,6 +3,7 @@
* New upstream release.
* Fix some lintian warnings.
* Slight updates in debian/copyright.
+ * Remove patch that fix dependencies in .cabal (merged upstream).
-- Giovanni Mascellani <gio at debian.org> Wed, 09 May 2012 23:07:46 +0200
diff -rN -u old-haskell-filestore//patches/ghc741.diff new-haskell-filestore//patches/ghc741.diff
--- old-haskell-filestore//patches/ghc741.diff 2012-05-09 22:06:24.798408252 +0000
+++ new-haskell-filestore//patches/ghc741.diff 1970-01-01 00:00:00.000000000 +0000
@@ -1,24 +0,0 @@
---- a/filestore.cabal
-+++ b/filestore.cabal
-@@ -34,11 +34,11 @@
- Build-depends: base >= 4 && < 5,
- bytestring >= 0.9 && < 1.0,
- utf8-string >= 0.3 && < 0.4,
-- filepath >= 1.1 && < 1.3,
-+ filepath >= 1.1 && < 1.4,
- directory >= 1.0 && < 1.2,
- parsec >= 2 && < 3.2,
- process >= 1.0 && < 1.2,
-- time >= 1.1 && < 1.3,
-+ time >= 1.1 && < 1.5,
- xml >= 1.3 && < 1.4,
- split >= 0.1 && < 0.2,
- Diff >= 0.1.2 && < 0.2,
-@@ -48,6 +48,7 @@
- -- Data.FileStore.Sqlite3,
- Data.FileStore.Utils, Data.FileStore.Generic
- Other-modules: Paths_filestore, Data.FileStore.DarcsXml
-+ extensions: FlexibleInstances
-
- if flag(maxcount)
- cpp-options: -DUSE_MAXCOUNT
diff -rN -u old-haskell-filestore//patches/series new-haskell-filestore//patches/series
--- old-haskell-filestore//patches/series 2012-05-09 22:06:24.798408252 +0000
+++ new-haskell-filestore//patches/series 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-ghc741.diff
More information about the Pkg-haskell-commits
mailing list