diff options
Diffstat (limited to 'p/haskell-memoize/debian')
-rw-r--r-- | p/haskell-memoize/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-memoize/debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-memoize/debian/changelog b/p/haskell-memoize/debian/changelog index cd91c6d62..76e67426c 100644 --- a/p/haskell-memoize/debian/changelog +++ b/p/haskell-memoize/debian/changelog @@ -1,3 +1,9 @@ +haskell-memoize (0.8.1-2) experimental; urgency=medium + + * Upload to experimental. + + -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 13:03:13 -0400 + haskell-memoize (0.8.1-1) unstable; urgency=medium [ Dmitry Bogatov ] diff --git a/p/haskell-memoize/debian/control b/p/haskell-memoize/debian/control index c114db613..e7a006060 100644 --- a/p/haskell-memoize/debian/control +++ b/p/haskell-memoize/debian/control @@ -15,7 +15,7 @@ Build-Depends: Build-Depends-Indep: ghc-doc Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/memoize -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/haskell-memoize +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-memoize Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git X-Description: Memoization for haskell functions This library provides a way to memoize functions in haskell. |