Skip to content

Commit c9540e4

Browse files
committed
fixup! Make cabal-install use parsec parser
1 parent b70cb94 commit c9540e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cabal-testsuite/Test/Cabal/Prelude.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ setup' cmd args = do
139139
then runProgramM cabalProgram full_args
140140
else do
141141
pdfile <- liftIO $ tryFindPackageDesc (testCurrentDir env)
142-
pdesc <- liftIO $ readPackageDescription (testVerbosity env) pdfile
142+
pdesc <- liftIO $ readGenericPackageDescription (testVerbosity env) pdfile
143143
if buildType (packageDescription pdesc) == Just Simple
144144
then runM (testSetupPath env) full_args
145145
-- Run the Custom script!

stack.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ extra-deps:
5353
- vector-0.12.0.0
5454
- zlib-0.6.1.1
5555
flags:
56-
# Cabal:
57-
# parsec: true
58-
# cabal-install:
59-
# parsec: true
56+
Cabal:
57+
parsec: true
58+
cabal-install:
59+
parsec: true
6060
time-locale-compat:
6161
old-locale: false
6262
nix:

0 commit comments

Comments
 (0)