Fix warning
This commit is contained in:
parent
fc77e05245
commit
41de7a54a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user