[Pkg-haskell-commits] darcs: haskell-project-template: Adjust watch file to new hackage layout
Joachim Breitner
mail at joachim-breitner.de
Sat Oct 5 16:39:50 UTC 2013
Sat Oct 5 16:21:22 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Adjust watch file to new hackage layout
M ./changelog +6
M ./watch -4 +1
Sat Oct 5 16:21:22 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Adjust watch file to new hackage layout
diff -rN -u old-haskell-project-template/changelog new-haskell-project-template/changelog
--- old-haskell-project-template/changelog 2013-10-05 16:39:50.778044063 +0000
+++ new-haskell-project-template/changelog 2013-10-05 16:39:50.778044063 +0000
@@ -1,3 +1,9 @@
+haskell-project-template (0.1.3-3) UNRELEASED; urgency=low
+
+ * Adjust watch file to new hackage layout
+
+ -- Joachim Breitner <nomeata at debian.org> Sat, 05 Oct 2013 18:21:22 +0200
+
haskell-project-template (0.1.3-2) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-project-template/watch new-haskell-project-template/watch
--- old-haskell-project-template/watch 2013-10-05 16:39:50.778044063 +0000
+++ new-haskell-project-template/watch 2013-10-05 16:39:50.785764061 +0000
@@ -1,5 +1,2 @@
version=3
-opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
-filenamemangle=s|(.*)/$|project-template-$1.tar.gz|" \
- http://hackage.haskell.org/packages/archive/project-template \
- ([\d\.]*\d)/
+http://hackage.haskell.org/package/project-template/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Pkg-haskell-commits
mailing list