diff --git a/src/haste-boot.hs b/src/haste-boot.hs index c3115e62..d4a559fd 100644 --- a/src/haste-boot.hs +++ b/src/haste-boot.hs @@ -349,7 +349,7 @@ buildLibs cfg = do -- Install QuickCheck libdir <- pwd inTempDirectory $ do - hasteCabal (Do "unpack") ["QuickCheck-2.6"] + run_ "cabal" ["unpack", "QuickCheck-2.6"] "" inDirectory "QuickCheck-2.6" $ do run_ "patch" [ "-p1" , "-i"