diff options
author | Clint Adams <clint@debian.org> | 2015-12-04 00:24:54 -0500 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2015-12-04 00:24:54 -0500 |
commit | c93e434d911e05a61cac32242d5259612fe248b1 (patch) | |
tree | 15ebcd412589ad641db12cf8ecbfb40795b25644 /p | |
parent | 2a02ebe36bb47ef5a3e5fb91827e627b5dbaae3b (diff) | |
download | DHG_packages-c93e434d911e05a61cac32242d5259612fe248b1.tar.gz |
scientific: Upgrading from 0.3.3.8 to 0.3.4.4
Diffstat (limited to 'p')
-rw-r--r-- | p/haskell-scientific/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-scientific/debian/control | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/p/haskell-scientific/debian/changelog b/p/haskell-scientific/debian/changelog index 605e87625..255da02df 100644 --- a/p/haskell-scientific/debian/changelog +++ b/p/haskell-scientific/debian/changelog @@ -1,3 +1,9 @@ +haskell-scientific (0.3.4.4-1) unstable; urgency=medium + + * New upstream release + + -- Clint Adams <clint@debian.org> Fri, 04 Dec 2015 00:24:54 -0500 + haskell-scientific (0.3.3.8-4) unstable; urgency=medium [ Joachim Breitner ] diff --git a/p/haskell-scientific/debian/control b/p/haskell-scientific/debian/control index 9d34df050..3d30a80d3 100644 --- a/p/haskell-scientific/debian/control +++ b/p/haskell-scientific/debian/control @@ -14,9 +14,13 @@ Build-Depends: debhelper (>= 9), libghc-text-dev (>= 0.8), libghc-text-dev (<< 1.3), libghc-text-prof, + libghc-vector-dev (>= 0.5), + libghc-vector-dev (<< 0.12), + libghc-vector-prof, Build-Depends-Indep: ghc-doc, libghc-hashable-doc, libghc-text-doc, + libghc-vector-doc, Standards-Version: 3.9.6 Homepage: https://github.com/basvandijk/scientific Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ |