Skip to content

Commit

Permalink
OSX workaround: don't use haste-cabal to unpack QuickCheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
valderman committed Oct 12, 2016
1 parent 6bd9d55 commit 581e47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haste-boot.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 581e47a

Please sign in to comment.