diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-07 12:24:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-07 12:24:12 -0400 |
commit | b0aa47f30d2224284d65ea3c60de2ba84ded72e4 (patch) | |
tree | b64dbd2a5376cd1dbcae12f0dc7b4488ad7787d1 /Command | |
parent | 8921122d148983af43b0185cec3461f213c6507d (diff) |
Support building with bloomfilter 2.0.0.
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Unused.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Command/Unused.hs b/Command/Unused.hs index 6737109f6..bf98e53bc 100644 --- a/Command/Unused.hs +++ b/Command/Unused.hs @@ -10,9 +10,6 @@ module Command.Unused where import qualified Data.Set as S -import Data.BloomFilter -import Data.BloomFilter.Easy -import Data.BloomFilter.Hash import Control.Monad.ST import qualified Data.Map as M @@ -36,6 +33,7 @@ import Annex.CatFile import Types.Key import Git.FilePath import Logs.View (is_branchView) +import Utility.Bloom def :: [Command] def = [withOptions [unusedFromOption] $ command "unused" paramNothing seek |