[Pkg-haskell-commits] darcs: ghc: Improve watch file
Joachim Breitner
mail at joachim-breitner.de
Mon Apr 27 11:03:29 UTC 2015
Mon Apr 27 09:08:06 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Improve watch file
M ./changelog +1
M ./watch -1 +1
Mon Apr 27 09:08:06 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Improve watch file
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog 2015-04-27 11:03:29.583784936 +0000
+++ new-ghc/changelog 2015-04-27 11:03:29.623785003 +0000
@@ -4,6 +4,7 @@
"right" version where it matters.
* ghc-doc: Conflict with libghc-xhtml-doc
* Let ghc-haddock break on ghc-doc (<< 7.6.3-20~). Closes #781649.
+ * Improve watch file
-- Joachim Breitner <nomeata at debian.org> Wed, 18 Feb 2015 00:51:28 +0100
diff -rN -u old-ghc/watch new-ghc/watch
--- old-ghc/watch 2015-04-27 11:03:29.583784936 +0000
+++ new-ghc/watch 2015-04-27 11:03:29.619784996 +0000
@@ -1,2 +1,2 @@
version=3
-http://haskell.org/ghc/dist/([\d.]+)/ghc-([\d.]+)-src.tar.xz
+http://haskell.org/ghc/dist/(\d[\d.]*)/ghc-(\d[\d.]*)-src.tar.xz
More information about the Pkg-haskell-commits
mailing list