about summary refs log tree commit diff
path: root/pkgs/build-support/cabal
AgeCommit message (Expand)AuthorFilesLines
2015-03-29ghcjs: support for Haskell-NGCharles Strahan1-282/+0
2015-01-09Merge pull request #5663 from ryantrinkle/fix-cabal-jsPeter Simons1-1/+1
2015-01-09Use Cabal_1_22_0_0 instead of Cabal_HEAD in cabalJsRyan Trinkle1-1/+1
2015-01-08cabal: Allow optional use of cpphs as a preprocessorJohn Wiegley1-2/+15
2015-01-02Eliminate incorrect version checks from cabalJsRyan Trinkle1-5/+4
2014-12-31ghcjs: restructureCharles Strahan1-1/+1
2014-12-27ghcjs: cleanupCharles Strahan2-2/+3
2014-12-27Merge branch 'master' of github.com:nixos/nixpkgs into ryghcjsCharles Strahan1-0/+2
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley1-0/+2
2014-12-11purify ghcjsCharles Strahan1-1/+1
2014-12-05Merge branch 'master' of https://github.com/NixOS/nixpkgs into updateBas van Dijk1-2/+23
2014-11-29Use mkdir -p instead of deprecated ensureDirBas van Dijk1-2/+2
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-20Add defaultSetupHs to ghcjs, and fix it in regular cabalRyan Trinkle2-3/+9
2014-09-09suitable clang stdenvJoel Taylor1-0/+5
2014-08-30Merge branch 'ghcjs-old' into HEADRyan Trinkle1-1/+1
2014-08-27Another try at fixing the install_name_tool issue.Ryan Trinkle1-2/+1
2014-08-27Prevent install_name_tool from causing a failure when it encounters a non-Mac...Ryan Trinkle1-2/+1
2014-08-26Integrate ghcjsRyan Trinkle1-0/+278
2014-08-25Factor out ghcjs's libdir better.Ryan Trinkle1-1/+1
2014-08-24Get rid of debugging output.Ryan Trinkle1-2/+1
2014-08-23ghcjs working.Ryan Trinkle1-1/+1
2014-08-21ghcjs is mostly working.Ryan Trinkle1-0/+279
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