Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
60b6643a
Commit
60b6643a
authored
Oct 03, 2016
by
Edward Z. Yang
Browse files
cabal-install updates to handle configInstantiateWith.
Signed-off-by:
Edward Z. Yang
<
ezyang@cs.stanford.edu
>
parent
2acefb28
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/ProjectConfig/Legacy.hs
View file @
60b6643a
...
...
@@ -539,6 +539,7 @@ convertToLegacyAllPackageConfig
configHcFlavor
=
projectConfigHcFlavor
,
configHcPath
=
projectConfigHcPath
,
configHcPkg
=
projectConfigHcPkg
,
configInstantiateWith
=
mempty
,
configVanillaLib
=
mempty
,
configProfLib
=
mempty
,
configSharedLib
=
mempty
,
...
...
@@ -604,6 +605,7 @@ convertToLegacyPerPackageConfig PackageConfig {..} =
configHcFlavor
=
mempty
,
configHcPath
=
mempty
,
configHcPkg
=
mempty
,
configInstantiateWith
=
mempty
,
configVanillaLib
=
packageConfigVanillaLib
,
configProfLib
=
packageConfigProfLib
,
configSharedLib
=
packageConfigSharedLib
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment