pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: wip/pandoc and ghc [ Was devel/hs-random cannot find haddock ]



On Mon, 24 Jun 2019 17:24:24 +0530, Mayuresh wrote:
> 
> I am trying to build wip/pandoc, which seems to demand ghc7.10.2 provided
> by wip/ghc. (pkgsrc has ghc7.6.3).


diff --git a/pandoc/Makefile b/pandoc/Makefile
index da7877b07..1fe70dd72 100644
--- a/pandoc/Makefile
+++ b/pandoc/Makefile
@@ -18,7 +18,7 @@ post-install:
 BUILD_DEPENDS= alex-[0-9]*:../../devel/alex
 BUILD_DEPENDS+=        happy-[0-9]*:../../devel/happy
 
-.include "../../wip/mk/haskell.mk"
+.include "../../mk/haskell.mk"
 .include "../../converters/hs-aeson/buildlink3.mk"
 .include "../../textproc/hs-attoparsec/buildlink3.mk"
 .include "../../converters/hs-base64-bytestring/buildlink3.mk"



-- 
Ryosuke


Home | Main Index | Thread Index | Old Index