diff options
author | Clint Adams <clint@debian.org> | 2016-10-14 13:03:47 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-14 13:03:47 -0400 |
commit | 23d5b4058dd8dff86bb26bc21c519ae5b57476d3 (patch) | |
tree | 43bb3b2accfa180cb89ce8711b61d4bf2c2ff412 /p/haskell-memoize | |
parent | 8e9b6028cbb75bfe4d19454d3f81a17fd30944b2 (diff) | |
download | DHG_packages-23d5b4058dd8dff86bb26bc21c519ae5b57476d3.tar.gz |
memoize: previous upload was meant for experimental
Diffstat (limited to 'p/haskell-memoize')
-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. |