[Pkg-haskell-commits] darcs: haskell-filestore: Sourceful upload to rebuild documentation package.
Clint Adams
clint at debian.org
Fri Feb 24 00:37:45 UTC 2012
Fri Feb 24 00:37:07 UTC 2012 Clint Adams <clint at debian.org>
* Sourceful upload to rebuild documentation package.
Ignore-this: fdcac1610fa56e756ea3fd27d5f82eda
M ./changelog +6
M ./control -1 +1
A ./patches/
A ./patches/ghc741.diff
A ./patches/series
Fri Feb 24 00:37:07 UTC 2012 Clint Adams <clint at debian.org>
* Sourceful upload to rebuild documentation package.
Ignore-this: fdcac1610fa56e756ea3fd27d5f82eda
diff -rN -u old-haskell-filestore//changelog new-haskell-filestore//changelog
--- old-haskell-filestore//changelog 2012-02-24 00:37:45.187247026 +0000
+++ new-haskell-filestore//changelog 2012-02-24 00:37:45.187247026 +0000
@@ -1,3 +1,9 @@
+haskell-filestore (0.4.0.4-2) unstable; urgency=low
+
+ * Raise upper bounds on filepath and time dependencies.
+
+ -- Clint Adams <clint at debian.org> Thu, 23 Feb 2012 19:23:55 -0500
+
haskell-filestore (0.4.0.4-1) unstable; urgency=low
* New upstream version.
diff -rN -u old-haskell-filestore//control new-haskell-filestore//control
--- old-haskell-filestore//control 2012-02-24 00:37:45.175249083 +0000
+++ new-haskell-filestore//control 2012-02-24 00:37:45.187247026 +0000
@@ -32,7 +32,7 @@
libghc-diff-dev (<< 0.2),
libghc-diff-prof,
libghc-diff-doc
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: http://hackage.haskell.org/package/filestore
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-filestore
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-filestore
diff -rN -u old-haskell-filestore//patches/ghc741.diff new-haskell-filestore//patches/ghc741.diff
--- old-haskell-filestore//patches/ghc741.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-filestore//patches/ghc741.diff 2012-02-24 00:37:45.191248047 +0000
@@ -0,0 +1,24 @@
+--- 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 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-filestore//patches/series 2012-02-24 00:37:45.191248047 +0000
@@ -0,0 +1 @@
+ghc741.diff
More information about the Pkg-haskell-commits
mailing list