diff -Nru haskell-filestore-0.4.0.4/debian/changelog haskell-filestore-0.4.0.4/debian/changelog --- haskell-filestore-0.4.0.4/debian/changelog 2011-12-25 19:28:08.000000000 +0000 +++ haskell-filestore-0.4.0.4/debian/changelog 2012-02-24 00:28:00.000000000 +0000 @@ -1,8 +1,8 @@ -haskell-filestore (0.4.0.4-1build1) precise; urgency=low +haskell-filestore (0.4.0.4-2) unstable; urgency=low - * No change rebuild. + * Raise upper bounds on filepath and time dependencies. - -- Iulian Udrea Sun, 25 Dec 2011 19:27:47 +0000 + -- Clint Adams Thu, 23 Feb 2012 19:23:55 -0500 haskell-filestore (0.4.0.4-1) unstable; urgency=low diff -Nru haskell-filestore-0.4.0.4/debian/control haskell-filestore-0.4.0.4/debian/control --- haskell-filestore-0.4.0.4/debian/control 2011-08-30 19:53:54.000000000 +0000 +++ haskell-filestore-0.4.0.4/debian/control 2012-02-24 00:23:46.000000000 +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 @@ -49,12 +49,12 @@ ${haskell:Recommends}, git-core | darcs (>= 2.3.0) | mercurial Provides: ${haskell:Provides} -Description: Haskell interface for versioning file stores - GHC 6 libraries +Description: Haskell interface for versioning file stores - GHC libraries The filestore library provides an abstract interface for a versioning file store, and modules that instantiate this interface. Currently Git, Darcs, and Mercurial modules are provided. . - This package contains the libraries compiled for GHC 6. + This package contains the libraries compiled for GHC. Package: libghc-filestore-prof Architecture: any @@ -64,12 +64,12 @@ Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} -Description: Haskell interface for versioning file stores - GHC 6 profiling libraries +Description: Haskell interface for versioning file stores - GHC profiling libraries The filestore library provides an abstract interface for a versioning file store, and modules that instantiate this interface. Currently Git, Darcs, and Mercurial modules are provided. . - This package contains the profiling libraries compiled for GHC 6. + This package contains the profiling libraries compiled for GHC. Package: libghc-filestore-doc Section: doc diff -Nru haskell-filestore-0.4.0.4/debian/patches/ghc741.diff haskell-filestore-0.4.0.4/debian/patches/ghc741.diff --- haskell-filestore-0.4.0.4/debian/patches/ghc741.diff 1970-01-01 00:00:00.000000000 +0000 +++ haskell-filestore-0.4.0.4/debian/patches/ghc741.diff 2012-02-24 00:32:13.000000000 +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 -Nru haskell-filestore-0.4.0.4/debian/patches/series haskell-filestore-0.4.0.4/debian/patches/series --- haskell-filestore-0.4.0.4/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ haskell-filestore-0.4.0.4/debian/patches/series 2012-02-24 00:27:26.000000000 +0000 @@ -0,0 +1 @@ +ghc741.diff