summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/generic-builder.nix
Commit message (Expand)AuthorAge
* haskell-generic-builder: drop "haskell-" prefix from interactive environment'...Peter Simons2015-09-10
* add shellHook argument so that users can pass in their ownAllen Nelson2015-09-09
* haskell-generic-builder: improve meta.platforms vs. meta.hydraPlatforms logicPeter Simons2015-09-02
* haskell-generic-builder: stop pre-pending "haskell-" to package namesPeter Simons2015-08-31
* Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-21
|\
| * haskell: disable haddock on GHC <7.8 on darwinBenno Fünfstück2015-08-20
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-14
|\|
| * haskell-generic-builder: allow users to specify their own install phasePeter Simons2015-08-14
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-07
|\|
| * haskell-generic-builder: add support for build-tools in the test suite stanzaPeter Simons2015-08-07
* | Add 'enableExecutableProfiling' argument to the generic Haskell builder.Peter Simons2015-08-06
|/
* haskell-generic-builder: improve recognition of pkgconfig dependenciesPeter Simons2015-08-05
* haskell: extend generic builder to support upcoming format change from cabal2nixPeter Simons2015-07-19
* haskell: disable parallel compilation for libraries to mitigate the effects o...Peter Simons2015-06-05
* Do not use install_name_tool on "executables" built by GHCJSRyan Trinkle2015-05-31
* ghcjs: set NIX_GHCJS_* variables in env.Charles Strahan2015-05-08
* ghcjs: properly wrap binaries in environmentCharles Strahan2015-05-08
* haskellng.generic-builder: move jailbreak-cabal to postPatchNikolay Amiantov2015-04-18
* Revert "add patchFlags to haskell-ng's generic-builder"Cray Elliott2015-04-05
* add patchFlags to haskell-ng's generic-builderCray Elliott2015-04-05
* haskell-generic-builder: gratuitous cosmetic change to trigger a complete re-...Peter Simons2015-04-01
* haskell-generic-builder: allow use of 'env' attributes in nix-shellPeter Simons2015-04-01
* haskell-generic-builder: enable parallel building of libraries with GHC versi...Peter Simons2015-04-01
* haskell-generic-builder: when replacing an edited Cabal file, show the downlo...Peter Simons2015-04-01
* ghcjs: support for Haskell-NGCharles Strahan2015-03-29
* Set more precise meta.position for Haskell packagesEelco Dolstra2015-03-27
* haskell-ng: expose Hackage's revision number in hackage-packages.nix and use ...Peter Simons2015-03-25
* haskell-generic-builder: update and jailbreak cabal files before patchPhase i...Peter Simons2015-03-09
* haskell-generic-builder: set LOCALE_ARCHIVE only on LinuxPeter Simons2015-03-09
* haskell-generic-builder.nix: don't add lib64 directories to the search pathPeter Simons2015-03-09
* haskell-generic-builder: consistently use $TMPDIR to refer to the designated ...Peter Simons2015-03-09
* Patches for a lot of packages for GHC 7.10Joel Taylor2015-02-22
* haskell-generic-builder: add a passthru attribute 'isHaskellLibrary' to every...Peter Simons2015-02-22
* ghc-7.10.x: compile Setup.hs with -threaded to avoid hanging test suitesPeter Simons2015-02-13
* haskell-generic-builder: set locale to "UTF-8" in nix-shell environmentsPeter Simons2015-01-23
* haskell-generic-builder: re-enable the checkPhase that was accidentally broke...Peter Simons2015-01-20
* haskell-generic-builder: allow setting preUnpack and postUnpack hooksPeter Simons2015-01-19
* haskell-ng: rename "noHaddock" attribute to "doHaddock"Peter Simons2015-01-18
* haskell-generic-builder: re-factor for improved modularityPeter Simons2015-01-17
* haskell-ng: enable package sets for GHC 6.12.3, 7.0.4, 7.2.2, and 7.4.2Peter Simons2015-01-17
* don't use cpphs by default on darwinEric Seidel2015-01-15
* ghc: revert "propagate 'gmp' and 'ncurses' to ensure users can link the 'hask...Peter Simons2015-01-14
* ghc: propagate 'gmp' and 'ncurses' to ensure users can link the 'haskeline' l...Peter Simons2015-01-14
* haskell-generic-builder: use cpphs pre-processor by default on DarwinPeter Simons2015-01-13
* haskell-generic-builder: pass "--with-gcc=$CC" on Darwin to help Cabal find C...Peter Simons2015-01-13
* haskellng: Fix amazonka-core on 7.8Shea Levy2015-01-12
* haskell-generic-builder: make $shellHook in 'env' attribute more robustPeter Simons2015-01-11
* haskell-generic-builder: add a helpful message that explains why it makes no ...Peter Simons2015-01-11
* haskell-generic-builder: propagate build inputs only if we're building a libraryPeter Simons2015-01-10
* haskell-generic-builder: add an 'env' attribute to every Haskell expression t...Peter Simons2015-01-10