From ce5637498fd4158f98376009dee2d22bec2d1f68 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 24 Jan 2012 15:28:13 -0400 Subject: remove Utility.Conditional and use IfElse This drops the >>! and >>? with the nice low fixity. IfElse does have undocumented >>=>>! and >>=>>? operators, but I deem that too fishy. Anyway, using whenM and unlessM is easier; I sometimes mixed the operators up. --- doc/install.mdwn | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/install.mdwn') diff --git a/doc/install.mdwn b/doc/install.mdwn index 7da46b351..b48914197 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -34,6 +34,7 @@ To build and use git-annex, you will need: * [HTTP](http://hackage.haskell.org/package/HTTP) * [hS3](http://hackage.haskell.org/package/hS3) * [json](http://hackage.haskell.org/package/json) + * [IfElse](http://hackage.haskell.org/package/IfElse) * Shell commands * [git](http://git-scm.com/) * [uuid](http://www.ossp.org/pkg/lib/uuid/) -- cgit v1.2.3