diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-02 15:34:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-02 15:34:09 -0400 |
commit | 0ddf8152ce1353bbbcd7c87c3f67063b4aed892b (patch) | |
tree | 766b35bcef4a38f424832ade2321f6d8db079b7a /Remote/Directory.hs | |
parent | d0a8e3d6217f2924b864393d425b6d7582370d07 (diff) |
specialize Preparer a bit, so resourcePrepare can be added
The forall a. in Preparer made resourcePrepare not seem to be usable, so
I specialized a to Bool. Which works for both Preparer Storer and
Preparer Retriever, but wouldn't let the Preparer be used for hasKey
as it currently stands.
Diffstat (limited to 'Remote/Directory.hs')
-rw-r--r-- | Remote/Directory.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Remote/Directory.hs b/Remote/Directory.hs index 37942a295..a87987529 100644 --- a/Remote/Directory.hs +++ b/Remote/Directory.hs @@ -6,7 +6,6 @@ -} {-# LANGUAGE CPP #-} -{-# LANGUAGE Rank2Types #-} module Remote.Directory (remote) where |