summaryrefslogtreecommitdiff
path: root/mk/haskell.mk
AgeCommit message (Collapse)AuthorFilesLines
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
-Wl prefix.
2014-04-18Some improvements and changes for Haskell Cabal support.obache1-8/+48
* HASKELL_ENABLE_LIBRARY_PROFILING and HASKELL_ENABLE_HADDOCK_DOCUMENTATION are "User-settable variables", not "Package-settable variables". * Change to HASKELL_ENABLE_HADDOCK_DOCUMENTATION=yes by default. * Add HASKELL_ENABLE_SHARED_LIBRARY("yes" by default), to enable shlib support. * Add support for dynamically conditional PLIST entries handling for HASKELL_ENABLE_SHARED_LIBRARY and HASKELL_ENABLE_LIBRARY_PROFILING. discussed with pho@ and szptvlfn@.
2014-02-05add Haskell Cabal support files.obache1-0/+238