Skip to content

Commit

Permalink
fixup! Make cabal-install use parsec parser
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Jan 16, 2017
1 parent b70cb94 commit c9540e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cabal-testsuite/Test/Cabal/Prelude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ setup' cmd args = do
then runProgramM cabalProgram full_args
else do
pdfile <- liftIO $ tryFindPackageDesc (testCurrentDir env)
pdesc <- liftIO $ readPackageDescription (testVerbosity env) pdfile
pdesc <- liftIO $ readGenericPackageDescription (testVerbosity env) pdfile
if buildType (packageDescription pdesc) == Just Simple
then runM (testSetupPath env) full_args
-- Run the Custom script!
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ extra-deps:
- vector-0.12.0.0
- zlib-0.6.1.1
flags:
# Cabal:
# parsec: true
# cabal-install:
# parsec: true
Cabal:
parsec: true
cabal-install:
parsec: true
time-locale-compat:
old-locale: false
nix:
Expand Down

0 comments on commit c9540e4

Please sign in to comment.