diff options
author | Clint Adams <clint@debian.org> | 2015-12-03 14:20:19 -0500 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2015-12-03 14:20:19 -0500 |
commit | aacf56121852f0618776bd36f162ba266221c674 (patch) | |
tree | 7ab7e413ffaf2984bf83943b068160662d482d67 /p/haskell-chasingbottoms | |
parent | 590a70db77265979dff0c7a3b35fdd4dd85dd8e2 (diff) | |
download | DHG_packages-aacf56121852f0618776bd36f162ba266221c674.tar.gz |
Switch Vcs-Git/Vcs-Browser headers to new location. (733 packages)
Diffstat (limited to 'p/haskell-chasingbottoms')
-rw-r--r-- | p/haskell-chasingbottoms/debian/changelog | 7 | ||||
-rw-r--r-- | p/haskell-chasingbottoms/debian/control | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/p/haskell-chasingbottoms/debian/changelog b/p/haskell-chasingbottoms/debian/changelog index 0673ea2d1..297b47645 100644 --- a/p/haskell-chasingbottoms/debian/changelog +++ b/p/haskell-chasingbottoms/debian/changelog @@ -1,3 +1,10 @@ +haskell-chasingbottoms (1.3.0.13-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Switch Vcs-Git/Vcs-Browser headers to new location. + + -- Clint Adams <clint@debian.org> Thu, 03 Dec 2015 14:18:17 -0500 + haskell-chasingbottoms (1.3.0.13-3) experimental; urgency=medium * Depend on haskell-devscripts >= 0.10 to ensure that this package diff --git a/p/haskell-chasingbottoms/debian/control b/p/haskell-chasingbottoms/debian/control index 928b27649..f928fac99 100644 --- a/p/haskell-chasingbottoms/debian/control +++ b/p/haskell-chasingbottoms/debian/control @@ -27,8 +27,8 @@ Build-Depends-Indep: ghc-doc, libghc-syb-doc, Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/ChasingBottoms -Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-chasingbottoms -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-chasingbottoms +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ +Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git X-Description: Library for testing partial and infinite values Do you ever feel the need to test code involving bottoms (e.g. calls to the error function), or code involving infinite values? Then this library could be |