Skip to content

Commit 581e47a

Browse files
committed
OSX workaround: don't use haste-cabal to unpack QuickCheck.
1 parent 6bd9d55 commit 581e47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/haste-boot.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ buildLibs cfg = do
349349
-- Install QuickCheck
350350
libdir <- pwd
351351
inTempDirectory $ do
352-
hasteCabal (Do "unpack") ["QuickCheck-2.6"]
352+
run_ "cabal" ["unpack", "QuickCheck-2.6"] ""
353353
inDirectory "QuickCheck-2.6" $ do
354354
run_ "patch" [ "-p1"
355355
, "-i"

0 commit comments

Comments
 (0)