better cases

This commit is contained in:
Joey Hess 2013-08-22 23:44:13 -04:00
parent f8ebce9396
commit 824241b6fb
2 changed files with 3 additions and 4 deletions

View file

@ -106,7 +106,6 @@ knownUrls = do
geturls (Just logsha) = getLog . L.unpack <$> catObject logsha
data Downloader = DefaultDownloader | QuviDownloader
deriving (Eq)
{- Determines the downloader for an URL.
-