[darcs-devel] a patch for your darcs repository
zooko
zooko at zooko.com
Thu Apr 10 01:02:40 UTC 2008
An embedded and charset-unspecified text was scrubbed...
Name: dpatch.txt
Url: http://lists.osuosl.org/pipermail/darcs-devel/attachments/20080409/0cc43764/attachment-0001.txt
-------------- next part --------------
Wed Apr 9 16:45:12 PDT 2008 zooko at zooko.com
* define forM_ since it is absent on GHC 6.4.1
New patches:
[define forM_ since it is absent on GHC 6.4.1
zooko at zooko.com**20080409234512] hunk ./src/Darcs/Commands/Send.lhs 24
-import Control.Monad ( when, unless, liftM, guard, mplus, forM_ )
+import Control.Monad ( when, unless, liftM, guard, mplus )
hunk ./src/Darcs/Commands/Send.lhs 287
+forM_ :: (Monad m) => [a] -> (a -> m b) -> m ()
+forM_ = (flip mapM_)
+
Context:
[doc updates
gwern0 at gmail.com**20080409170824
Convert all uses of 'http://darcs.net/repos/stable' to just
darcs.net, since unstable and stable were merged together, and the
old URL is a 404 for darcs getting. This is a real problem, see for
example <http://reddit.com/info/6ewbq/comments/c03o6d5>.
]
[fix typo in show_bug_help
Matyas Janos <mjanos5 at gmail.com>**20080408232600]
[Raise a configure error when no Text.Regex module can be found.
nicolas.pouillard at gmail.com**20080409085522]
[update README url links
gwern0 at gmail.com**20080407201333]
[add a bit more debugging info to repository identification.
David Roundy <droundy at darcs.net>**20080408151912]
[resolve issue385: don't worry if we can't get local changes.
David Roundy <droundy at darcs.net>**20080408151823]
[add test for issue385.
David Roundy <droundy at darcs.net>**20080408151808]
[resolve issue786: implement oops command.
David Roundy <droundy at darcs.net>**20080408145856]
[fix URL in network test.
David Roundy <droundy at darcs.net>**20080408145407]
[fix manual bug.
David Roundy <droundy at darcs.net>**20080407191736]
[add new show bug command (hidden) to see what darcs will report if
we encounter a bug.
David Roundy <droundy at darcs.net>**20080407175410]
[automatically work out the version of the stable release.
David Roundy <droundy at darcs.net>**20080407171850]
[set prefs again (they got lost on convert).
David Roundy <droundy at darcs.net>**20080407171559]
[update darcs repository URL.
David Roundy <droundy at darcs.net>**20080407164601]
[fix up website for new release.
David Roundy <droundy at darcs.net>**20080407164010]
[simplify determine_release_state.pl.
David Roundy <droundy at darcs.net>**20080407153000]
[make determine_release_state.pl use changes --count.
David Roundy <droundy at darcs.net>**20080407152347]
[add --count output option to changes.
David Roundy <droundy at darcs.net>**20080407151825]
[TAG 2.0.0
David Roundy <droundy at darcs.net>**20080407150638]
Patch bundle hash:
7804e4807fe95961318a761fd8543d7488ed85ed
More information about the darcs-devel
mailing list