diff options
| -rw-r--r-- | p/haskell-quickcheck-instances/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-quickcheck-instances/debian/control | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/p/haskell-quickcheck-instances/debian/changelog b/p/haskell-quickcheck-instances/debian/changelog index 0995d4a71..3d8834695 100644 --- a/p/haskell-quickcheck-instances/debian/changelog +++ b/p/haskell-quickcheck-instances/debian/changelog @@ -1,10 +1,14 @@ -haskell-quickcheck-instances (0.3.11-4) UNRELEASED; urgency=medium +haskell-quickcheck-instances (0.3.12-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) * Convert `debian/copyright' to dep5 format - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:03 +0300 + [ Joachim Breitner ] + * New upstream release + + -- Joachim Breitner <nomeata@debian.org> Mon, 30 May 2016 17:02:12 +0200 haskell-quickcheck-instances (0.3.11-3) unstable; urgency=medium diff --git a/p/haskell-quickcheck-instances/debian/control b/p/haskell-quickcheck-instances/debian/control index 3af5e1bd8..40ca8bd83 100644 --- a/p/haskell-quickcheck-instances/debian/control +++ b/p/haskell-quickcheck-instances/debian/control @@ -17,18 +17,26 @@ Build-Depends: debhelper (>= 9), libghc-old-time-dev (>= 1.0), libghc-old-time-dev (<< 1.2), libghc-old-time-prof, + libghc-scientific-dev (>= 0.2), + libghc-scientific-dev (<< 0.4), + libghc-scientific-prof, libghc-text-dev (>= 0.7), libghc-text-dev (<< 1.3), libghc-text-prof, libghc-unordered-containers-dev (>= 0.2.1), libghc-unordered-containers-dev (<< 0.3), libghc-unordered-containers-prof, + libghc-vector-dev (>= 0.9), + libghc-vector-dev (<< 0.12), + libghc-vector-prof, Build-Depends-Indep: ghc-doc, libghc-quickcheck2-doc, libghc-hashable-doc, libghc-old-time-doc, + libghc-scientific-doc, libghc-text-doc, libghc-unordered-containers-doc, + libghc-vector-doc, Standards-Version: 3.9.8 Homepage: https://github.com/aslatter/qc-instances Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ |
