[Pkg-haskell-commits] darcs: haskell-chasingbottoms: Fix watchfile

Joachim Breitner mail at joachim-breitner.de
Mon Mar 25 12:39:45 UTC 2013


Mon Mar 25 12:31:56 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Fix watchfile
  Ignore-this: 5d15dfafc7485bada2c9ddf6196bbdb

    M ./watch -2 +2

Mon Mar 25 12:31:56 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Fix watchfile
  Ignore-this: 5d15dfafc7485bada2c9ddf6196bbdb
diff -rN -u old-haskell-chasingbottoms//watch new-haskell-chasingbottoms//watch
--- old-haskell-chasingbottoms//watch	2013-03-25 12:39:45.435146295 +0000
+++ new-haskell-chasingbottoms//watch	2013-03-25 12:39:45.439364132 +0000
@@ -1,5 +1,5 @@
 version=3
 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
-filenamemangle=s|(.*)/$|chasingbottoms-$1.tar.gz|" \
-    http://hackage.haskell.org/packages/archive/chasingbottoms \
+filenamemangle=s|(.*)/$|ChasingBottoms-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/ChasingBottoms \
     ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list