diff options
| author | Clint Adams <clint@debian.org> | 2017-07-06 17:31:29 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2017-07-06 17:31:55 -0400 |
| commit | c6384c31ad911c3da5e7c36f76e01b30ed4da855 (patch) | |
| tree | 63431d042ba93ad055f9102c6383d1ded9363021 /p/haskell-foldl/debian | |
| parent | f042beace4a257cf7e77265a814b10028344a195 (diff) | |
| download | DHG_packages-c6384c31ad911c3da5e7c36f76e01b30ed4da855.tar.gz | |
foldl: Upgrading from 1.2.4 to 1.2.5
Diffstat (limited to 'p/haskell-foldl/debian')
| -rw-r--r-- | p/haskell-foldl/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-foldl/debian/control | 9 |
2 files changed, 14 insertions, 1 deletions
diff --git a/p/haskell-foldl/debian/changelog b/p/haskell-foldl/debian/changelog index 1e8439dc7..72c0db45c 100644 --- a/p/haskell-foldl/debian/changelog +++ b/p/haskell-foldl/debian/changelog @@ -1,3 +1,9 @@ +haskell-foldl (1.2.5-1) unstable; urgency=medium + + * New upstream release + + -- Clint Adams <clint@debian.org> Thu, 06 Jul 2017 17:31:29 -0400 + haskell-foldl (1.2.4-1) unstable; urgency=medium * New upstream release diff --git a/p/haskell-foldl/debian/control b/p/haskell-foldl/debian/control index 44c55347f..81ebf3423 100644 --- a/p/haskell-foldl/debian/control +++ b/p/haskell-foldl/debian/control @@ -15,6 +15,9 @@ Build-Depends: libghc-comonad-prof, libghc-contravariant-dev (<< 1.5), libghc-contravariant-prof, + libghc-hashable-dev (<< 1.3), + libghc-hashable-prof, + libghc-mwc-random-dev (>= 0.13.1.0), libghc-mwc-random-dev (<< 0.14), libghc-mwc-random-dev (>= 0.13.1.0), libghc-mwc-random-prof, @@ -25,6 +28,8 @@ Build-Depends: libghc-text-dev (<< 1.3), libghc-text-dev (>= 0.11.2.0), libghc-text-prof, + libghc-unordered-containers-dev (<< 0.3), + libghc-unordered-containers-prof, libghc-vector-dev (>= 0.7), libghc-vector-dev (<< 0.13), libghc-vector-prof, @@ -32,12 +37,14 @@ Build-Depends-Indep: ghc-doc, libghc-comonad-doc, libghc-contravariant-doc, + libghc-hashable-doc, libghc-mwc-random-doc, libghc-primitive-doc, libghc-profunctors-doc, libghc-text-doc, + libghc-unordered-containers-doc, libghc-vector-doc, -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Homepage: http://hackage.haskell.org/package/foldl Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-foldl Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git |
