summaryrefslogtreecommitdiff
path: root/mk/haskell.mk
AgeCommit message (Expand)AuthorFilesLines
2020-03-30Missed a spot -- set MAKE_ENV during haddock build too.riastradh1-1/+2
2020-03-30In Haskell packages, set MAKE_ENV while running ./Setup build.riastradh1-1/+2
2020-03-30New package variable HASKELL_PKG_NAME.riastradh1-2/+4
2020-03-24Don't use normal memory size limits with GHC for module builds.joerg1-7/+10
2020-01-20Build ${WRKSRC}/Setup in the do-configure phasepho1-10/+6
2020-01-19Use _MAKE_JOBS_N defined in build/build.mkpho1-14/+3
2020-01-18Configurable optimization level and compilation parallelismpho1-4/+28
2020-01-11Switch from ghc7 to ghc88pho1-2/+2
2020-01-09Use hashed package keys for (un)installing Cabal packagespho1-6/+14
2020-01-02Be explicit about shared librariespho1-2/+6
2020-01-02Pass -v to ./Setup when PKG_VERBOSE is definedpho1-7/+7
2020-01-01Suppress an error occurs when buildlink is not presentpho1-2/+2
2020-01-01Remove unused variablespho1-9/+4
2019-12-31For "Setup" try dynamic linkage firstpho1-9/+11
2019-12-29Support GHC 7.10.x and laterpho1-42/+38
2016-04-10Remove support for USE_DESTDIR=no.joerg1-12/+5
2015-02-17rpath flag and directory are one option, don't pass the path withoutjoerg1-3/+2
2014-04-18Some improvements and changes for Haskell Cabal support.obache1-8/+48
2014-02-05add Haskell Cabal support files.obache1-0/+238