summaryrefslogtreecommitdiff
path: root/p/haskell-memoize/debian/control
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 13:03:47 -0400
committerClint Adams <clint@debian.org>2016-10-14 13:03:47 -0400
commit23d5b4058dd8dff86bb26bc21c519ae5b57476d3 (patch)
tree43bb3b2accfa180cb89ce8711b61d4bf2c2ff412 /p/haskell-memoize/debian/control
parent8e9b6028cbb75bfe4d19454d3f81a17fd30944b2 (diff)
downloadDHG_packages-23d5b4058dd8dff86bb26bc21c519ae5b57476d3.tar.gz
memoize: previous upload was meant for experimental
Diffstat (limited to 'p/haskell-memoize/debian/control')
-rw-r--r--p/haskell-memoize/debian/control2
1 files changed, 1 insertions, 1 deletions
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.