diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2016-05-29 12:32:08 +0200 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2016-05-29 12:42:31 +0200 |
| commit | 221a4556cfc25331859459cc12adbb2d0112db3f (patch) | |
| tree | 0b34f4ba07d4c6c24f495b4560befa49181f2f8a /p/haskell-math-functions | |
| parent | d610a9593b0fb1676cc27a764944d24a09560f4e (diff) | |
| download | DHG_packages-221a4556cfc25331859459cc12adbb2d0112db3f.tar.gz | |
math-functions: Upgrading from 0.1.5.2 to 0.1.7.0
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 |
