diff options
Diffstat (limited to 'p/haskell-math-functions')
| -rw-r--r-- | p/haskell-math-functions/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-math-functions/debian/control | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/p/haskell-math-functions/debian/changelog b/p/haskell-math-functions/debian/changelog index cf577d339..1ccc5ae50 100644 --- a/p/haskell-math-functions/debian/changelog +++ b/p/haskell-math-functions/debian/changelog @@ -1,9 +1,13 @@ -haskell-math-functions (0.1.5.2-6) UNRELEASED; urgency=medium +haskell-math-functions (0.1.7.0-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:35:44 +0300 + [ Joachim Breitner ] + * New upstream release + + -- Joachim Breitner <nomeata@debian.org> Sun, 29 May 2016 12:32:08 +0200 haskell-math-functions (0.1.5.2-5) unstable; urgency=medium diff --git a/p/haskell-math-functions/debian/control b/p/haskell-math-functions/debian/control index cbb979b29..c65af466b 100644 --- a/p/haskell-math-functions/debian/control +++ b/p/haskell-math-functions/debian/control @@ -10,12 +10,15 @@ Build-Depends: debhelper (>= 9), ghc-prof, libghc-erf-dev (>= 2), libghc-erf-prof, + libghc-primitive-dev, + libghc-primitive-prof, libghc-vector-dev (>= 0.7), libghc-vector-prof, libghc-vector-th-unbox-dev, libghc-vector-th-unbox-prof, Build-Depends-Indep: ghc-doc, libghc-erf-doc, + libghc-primitive-doc, libghc-vector-doc, libghc-vector-th-unbox-doc, Standards-Version: 3.9.8 |
