Fix warning

This commit is contained in:
Niklas Hambüchen 2013-08-23 11:12:17 +09:00
parent fc77e05245
commit 41de7a54a2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ spec :: Spec
spec = do
describe "parseCabalFile" $ do
it "throws an exception if the cabal file is broken" $ do
parseCabalFile "test/data/broken-cabal/broken.cabal" `shouldThrow` (\(e::IOException) -> True)
parseCabalFile "test/data/broken-cabal/broken.cabal" `shouldThrow` (\(_::IOException) -> True)
describe "cabalAllDependPackages" $ do
it "extracts dependent packages" $ do