[Pkg-haskell-commits] darcs: haskell-yesod-core: Fix watch file

clint at debian.org clint at debian.org
Mon Sep 5 21:15:20 UTC 2011


Mon Sep  5 21:13:50 UTC 2011  clint at debian.org
  * Fix watch file
  Ignore-this: 1a7be634cb03e0d9d7c1877e334cda33

    M ./changelog +6
    M ./watch -2 +2

Mon Sep  5 21:13:50 UTC 2011  clint at debian.org
  * Fix watch file
  Ignore-this: 1a7be634cb03e0d9d7c1877e334cda33
diff -rN -u old-haskell-yesod-core//changelog new-haskell-yesod-core//changelog
--- old-haskell-yesod-core//changelog	2011-09-05 21:15:20.470056141 +0000
+++ new-haskell-yesod-core//changelog	2011-09-05 21:15:20.474056841 +0000
@@ -1,3 +1,9 @@
+haskell-yesod-core (0.8.3.2-2) UNRELEASED; urgency=low
+
+  * Fix watch file.
+
+ -- Clint Adams <clint at debian.org>  Mon, 05 Sep 2011 17:13:18 -0400
+
 haskell-yesod-core (0.8.3.2-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-yesod-core//watch new-haskell-yesod-core//watch
--- old-haskell-yesod-core//watch	2011-09-05 21:15:20.470056141 +0000
+++ new-haskell-yesod-core//watch	2011-09-05 21:15:20.474056841 +0000
@@ -1,5 +1,5 @@
 version=3
 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
-filenamemangle=s|(.*)/$|yesod-$1.tar.gz|" \
-    http://hackage.haskell.org/packages/archive/yesod \
+filenamemangle=s|(.*)/$|yesod-core-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/yesod-core \
     ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list