summaryrefslogtreecommitdiff
path: root/guix/build/haskell-build-system.scm
Commit message (Expand)AuthorAge
* build-system/haskell: Explain failure.Lars-Dominik Braun2021-10-08
* build-system/haskell: Accept line breaks in config files.Lars-Dominik Braun2021-10-08
* build-system/haskell: Do not rely on compiler name.Lars-Dominik Braun2021-10-08
* guix: haskell-build-system: Always pass -package-db option.John Kehayias2021-10-08
* build-system/haskell: Do not pass "--bindir" during configure.Ricardo Wurmus2020-08-13
* build-system/haskell: Add 'extra-directories' keyword.Timothy Sample2020-08-13
* haskell-build-system: register: Remove references to the doc output.Ricardo Wurmus2020-08-12
* haskell-build-system: register: Respect lib output.Ricardo Wurmus2020-08-12
* build-system/haskell: Add default output "static".Ricardo Wurmus2020-08-12
* build-system/haskell: Configure to link with shared libraries.Ricardo Wurmus2020-08-12
* build-system/haskell: Refactor configure step.Ricardo Wurmus2020-08-12
* build-system/haskell: Support parallel builds.Ricardo Wurmus2020-08-12
* build-system/haskell: Generate Setup.hs if needed.Robert Vollmert2019-06-13
* build-system/haskell: Fix Haddock phase docstring.Robert Vollmert2019-06-13
* build-system/haskell: Fix register phase.Ricardo Wurmus2018-11-12
* build-system/haskell: Use 'strip-store-file-name'.Alex Vong2018-10-19
* Merge branch 'master' into core-updatesMarius Bakke2018-10-05
|\
| * build-system: haskell: Add #:cabal-revision argument.Timothy Sample2018-10-01
* | build-system/haskell: Let all phases return #T unconditionally.Ricardo Wurmus2018-08-09
|/
* build-system/haskell: Make phases fail on error.Danny Milosavljevic2018-07-11
* build-system/gnu: Add 'bootstrap' phase.Ludovic Courtès2018-03-11
* build-system/haskell: Fix package.conf parsing.Eric Bavier2016-01-19
* Merge branch 'master' into core-updatesLudovic Courtès2015-12-12
|\
| * build-system/haskell: CONFIG_SHELL env variable.Paul van der Walt2015-10-26
* | gnu: ghc: Add GHC_PACKAGE_PATH native search path.Eric Bavier2015-10-29
|/
* build-system/haskell: install config for any package that creates it.Eric Bavier2015-06-11
* build-system/haskell: Adjust to new 'modify-phases' syntax.Ludovic Courtès2015-04-16
* build-system/haskell: Update configure flags, 'haddock' and %standard-phases.Federico Beffa2015-04-08
* build-system: Add haskell-build-system.Federico Beffa2015-04-04