diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2016-05-30 17:03:14 +0200 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2016-05-30 17:03:26 +0200 |
| commit | 885991a58281b544d2c9febea2fd4eeef43bd782 (patch) | |
| tree | 38a996721d55461701da9ae6c2dfc3dacf989261 /p/haskell-safecopy | |
| parent | e433f08627f36570c84237e4513683fe5adb4d4d (diff) | |
| download | DHG_packages-885991a58281b544d2c9febea2fd4eeef43bd782.tar.gz | |
safecopy: Upgrading from 0.8.6 to 0.9.0.1
Diffstat (limited to 'p/haskell-safecopy')
| -rw-r--r-- | p/haskell-safecopy/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-safecopy/debian/control | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/p/haskell-safecopy/debian/changelog b/p/haskell-safecopy/debian/changelog index 271c0271b..9f5438723 100644 --- a/p/haskell-safecopy/debian/changelog +++ b/p/haskell-safecopy/debian/changelog @@ -1,9 +1,13 @@ -haskell-safecopy (0.8.6-2) UNRELEASED; urgency=medium +haskell-safecopy (0.9.0.1-1) unstable; urgency=medium + [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' * Bump standards version to 3.9.8 (no changes needed) - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:08 +0300 + [ Joachim Breitner ] + * New upstream release + + -- Joachim Breitner <nomeata@debian.org> Mon, 30 May 2016 17:03:14 +0200 haskell-safecopy (0.8.6-1) unstable; urgency=medium diff --git a/p/haskell-safecopy/debian/control b/p/haskell-safecopy/debian/control index 71fb48c68..0982d8414 100644 --- a/p/haskell-safecopy/debian/control +++ b/p/haskell-safecopy/debian/control @@ -9,13 +9,15 @@ Build-Depends: debhelper (>= 9), ghc, ghc-prof, ghc-ghci, - libghc-cereal-dev (>= 0.3.1.0), + libghc-cereal-dev (>= 0.5), + libghc-cereal-dev (<< 0.6), libghc-cereal-prof, - libghc-old-time-dev, + libghc-old-time-dev (<< 1.2), libghc-old-time-prof, - libghc-text-dev, + libghc-text-dev (<< 1.3), libghc-text-prof, libghc-vector-dev (>= 0.10), + libghc-vector-dev (<< 0.12), libghc-vector-prof, Build-Depends-Indep: ghc-doc, libghc-cereal-doc, |
