[commit: hadrian] master: Fix ghc-cabal: Parsec modules are now found in libraries/parsec/src (#506) (7fa577c)
git at git.haskell.org
git at git.haskell.org
Sat Feb 24 15:11:38 UTC 2018
Repository : ssh://git@git.haskell.org/hadrian
On branch : master
Link : http://git.haskell.org/hadrian.git/commitdiff/7fa577c2322e0efc147a007a4edcf5849802e8b2
>---------------------------------------------------------------
commit 7fa577c2322e0efc147a007a4edcf5849802e8b2
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Feb 20 09:05:55 2018 -0500
Fix ghc-cabal: Parsec modules are now found in libraries/parsec/src (#506)
This has been the case since haskell/parsec at 89d4541.
>---------------------------------------------------------------
7fa577c2322e0efc147a007a4edcf5849802e8b2
src/Settings/Packages/GhcCabal.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Settings/Packages/GhcCabal.hs b/src/Settings/Packages/GhcCabal.hs
index c88617b..70f2449 100644
--- a/src/Settings/Packages/GhcCabal.hs
+++ b/src/Settings/Packages/GhcCabal.hs
@@ -28,5 +28,5 @@ ghcCabalPackageArgs = stage0 ? package ghcCabal ? builder Ghc ? do
, arg "-ilibraries/mtl"
, arg "-ilibraries/text"
, arg "-Ilibraries/text/include"
- , arg "-ilibraries/parsec" ]
+ , arg "-ilibraries/parsec/src" ]
More information about the ghc-commits
mailing list