about summary refs log tree commit diff
path: root/pkgs/build-support/cabal
AgeCommit message (Expand)AuthorFilesLines
2014-11-26cabal: add support for "editedCabalFile" attribute to address https://github....Peter Simons1-1/+10
2014-11-15cabal: fix GHC 6.10.4 buildsPeter Simons1-1/+1
2014-11-08Merge branch 'master' into stagingLuca Bruno1-1/+4
2014-11-07cabal: enable multi-threaded builds with GHC 7.8.x or later for executablesPeter Simons1-0/+3
2014-11-07cabal: add "-hidir $TMPDIR" parameter to ghc call that compiles Setup.hsPeter Simons1-1/+1
2014-11-04Merge remote-tracking branch 'origin/darwin-clang-stdenv' into stagingEelco Dolstra1-0/+5
2014-10-22Patch 7a20d76 failed when the Haskell expression lacked a meta attribute. Thi...Peter Simons1-1/+1
2014-10-21Disable all Haskell builds for Darwin on Hydra.Peter Simons1-0/+7
2014-10-16Revert "cabal: enable multi-threaded builds with GHC 7.8.x or later"Shea Levy1-3/+0
2014-09-09suitable clang stdenvJoel Taylor1-0/+5
2014-08-17cabal: enable multi-threaded builds with GHC 7.8.x or laterPeter Simons1-0/+3
2014-08-17cabal: cosmeticPeter Simons1-2/+2
2014-08-17cabal: minor code re-factoring of shleavy's patch that allows building packag...Peter Simons1-8/+8
2014-08-16cabal.mkDerivation: Use defaultMain if no Setup.{l,}hs exists.Shea Levy1-0/+6
2014-08-04cabal: cosmetic fix to syntax highlighting in EmacsPeter Simons1-1/+1
2014-07-14Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra1-1/+1
2014-07-12cabal: cosmeticPeter Simons1-1/+1
2014-07-01Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra1-3/+1
2014-06-30Another attempt to eradicate ensureDirEelco Dolstra1-2/+2
2014-06-28cabal-builder: Use hackage mirrorBenno Fünfstück1-3/+1
2014-06-03Merge pull request #2767 from jwiegley/hscolourPeter Simons1-2/+9
2014-05-29Build Haddocks with source hyperlinks unless doHscolour is falseJohn Wiegley1-2/+9
2014-05-25Correct patch the rpath for GHC-built executables on DarwinJohn Wiegley1-0/+10
2014-05-14Re-write the Haskell Platform out of haskell-defaults.nix.Peter Simons1-1/+5
2014-05-07cabal: enable the split-objects feature again for current versions of GHCPeter Simons1-3/+1
2014-05-01pkgs/build-support/cabal: revert "the release version of GHC 7.8.x no longer ...Peter Simons1-0/+4
2014-04-18pkgs/build-support/cabal: the release version of GHC 7.8.x no longer requiresPeter Simons1-4/+0
2014-02-04Generate hoogle databases beside HTML haddock documentation for Haskell packagesGergely Risko1-1/+1
2013-12-29pkgs/build-support/cabal: the configure-phase warning check can bePeter Simons1-4/+10
2013-12-29pkgs/build-support/cabal: add 'buildTarget' attribute to allow passing flags ...Peter Simons1-1/+4
2013-12-29pkgs/build-support/cabal: clean up the code that sets rpath for shared execut...Peter Simons1-1/+5
2013-12-29build-support/cabal: recognize the "this package indirectly depends onPeter Simons1-1/+8
2013-12-16pkgs/build-support/cabal: configure a proper library rpath for dynamically li...Peter Simons1-1/+1
2013-12-10haskell: Propagate cabal dependencies to user envBenno Fünfstück1-0/+5
2013-12-10cabal: add support for the enableStaticLibrary flag to enable/disable buildin...Peter Simons1-0/+9
2013-10-27Back-port Haskell-related improvements from stdenv-updates.Peter Simons1-26/+67
2013-04-24pkgs/build-support/cabal: disable split-objects for GHC 7.7 builds to work ar...Peter Simons1-1/+3
2013-04-19haskell-packages.nix: fix the implementation of 'cabalNoTest'Peter Simons1-2/+10
2013-03-23pkgs/build-support/cabal: disable doCheck by default on GHC 7.0.x platformsPeter Simons1-1/+1
2013-03-11pkgs/build-support/cabal: enable 'doCheck' only on GHC versions 7.x or laterPeter Simons1-3/+2
2013-03-08pkgs/build-support/cabal: disable the split objects feature on Darwin by defaultPeter Simons1-1/+1
2013-02-24pkgs/build-support/cabal: set 'checkPhase' only if 'doCheck' is truePeter Simons1-6/+4
2013-02-24pkgs/build-support/cabal: enable 'doCheck=true' by defaultPeter Simons1-0/+4
2013-02-24pkgs/build-support/cabal: add 'testDepends' field to specify build-time depen...Peter Simons1-1/+5
2013-02-24pkgs/build-support/cabal: unify all non-user-specified configure flags in the...Peter Simons1-13/+9
2013-02-24Merge remote-tracking branch 'origin/master' into stdenv-updates.Peter Simons1-0/+14
2013-02-22pkgs/build-support/cabal/default.nix: add support for running test suites via...Peter Simons1-2/+4
2013-02-18pkgs/build-support/cabal: add 'enableSplitObjs' field to enable/disable objec...Peter Simons1-2/+12
2012-12-28Merge remote-tracking branch 'eelco/master' into stdenv-updatesLluís Batlle i Rossell1-1/+3
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-3/+3