Commit graph

108 commits

Author SHA1 Message Date
John Ericson 74f5fe5068 haskell infra: Misc cleanups
- The haskell lib is very close to not relying on Nixpkgs. I think
   this is good---simpler to think about and matches Nixpkgs's lib.

 - The haskell lib is only imported once

 - stdenv is exposed more shallowly so it can be overriden more easily.
   I'll eventually use this on Darwin to avoid the Sierra shared
   library problems (unless changes are to be made system-wide).

Closes https://github.com/NixOS/nixpkgs/pull/27840.
2017-08-03 13:12:01 +02:00
Peter Simons 6b6cf6942c haskell-optparse-applicative: fix build with pre-8.0.x versions of GHC 2017-06-23 12:49:37 +02:00
Peter Simons a4ce475b61 haskell-void: fix build with GHC 7.8.x 2017-03-29 20:30:29 +02:00
Peter Simons f79cb54cee haskell-extra: disable failing test suite on GHC 7.8.x 2017-03-29 20:30:28 +02:00
Peter Simons a77e74d409 haskell-QuickCheck: fix build with GHC 7.8.x 2017-03-29 20:30:28 +02:00
Leon Isenberg 691b3bcd77 haskellPackages: fix dangling references
haskeline_0_7_2_1 -> haskline_0_7_3_1
terminfo_0_4_0_1 -> terminfo_0_4_0_2
2017-03-05 16:45:31 +01:00
Peter Simons 8f5937e36e haskell-distributive: fix build with ghc versions prior to 8.x 2017-01-18 09:54:12 +01:00
Peter Simons 6a35164874 haskell: drop obsolete jailbreaking overrides 2016-10-20 13:40:10 +02:00
Peter Simons 740eb969eb haskell-lens: fix build on older compilers 2016-09-09 13:55:40 +02:00
Peter Simons 6f26617737 haskell-bifunctors: fix build with old compilers 2016-07-21 16:40:02 +02:00
Peter Simons 0cc1b3744e haskell-semigroups: fix build with older compilers 2016-06-06 09:33:31 +02:00
Peter Simons 76dead2099 Merge pull request #13954 from grwlf/conduit-fix
haskell-modules: fix conduit runtime dependency
2016-03-16 14:47:26 +01:00
Sergey Mironov b14a6f1f98 haskell-modules: fix conduit runtime dependency 2016-03-16 10:38:12 +03:00
Peter Simons c68c8655f1 haskell: update use of Cabal 1.20.0.3 to 1.20.0.4
This affects mostly jailbreak-cabal, which uses the old version on most
platforms due to bugs introduced to Cabal in later releases.
2016-01-27 00:33:25 +01:00
Peter Simons 62900b026b haskell-nats: fix overrides for GHC versions prior to 7.10.x.
Closes https://github.com/NixOS/nixpkgs/issues/12622.
2016-01-26 14:01:40 +01:00
Peter Simons d464c85fdf haskell-modules: remove obsolete re-build triggers 2015-12-31 23:43:09 +01:00
Peter Simons 5f47b751b3 haskell-semigroups: fix build with GHC 7.8.x and 7.6.x 2015-12-31 23:43:09 +01:00
Peter Simons 41c733a230 haskell-configuration-ghc-7.8.x.nix: remove obsolete overrides
These overrides cause an infinite recursion for reasons I don't quite
understand and that don't seem worthwhile to attempt to understand.
2015-10-18 22:01:09 +02:00
Peter Simons a0376d4666 haskell-conduit: fix build with pre-7.10.x versions of GHC
Thanks to @bennofs for finding this issue!
2015-10-15 10:04:14 +02:00
Peter Simons 3c2c13a2f9 xss-sanitize: fix build with old compilers 2015-09-19 08:20:53 +02:00
Peter Simons f853764bee haskell-hxt: fix build with older versions of network 2015-09-19 08:20:53 +02:00
Peter Simons f7f1984589 haskell: remove conduit override from configuration-ghc-7.8.x.nix for the sake of stackage LTS 2015-09-19 08:20:52 +02:00
Nikolay Amiantov 1a590a6185 haskell: use postPatch instead of patchPhase where possible
Closes https://github.com/NixOS/nixpkgs/pull/9297.
2015-08-19 11:01:47 +02:00
Peter Simons b03ce5d57a haskell-binary: update to version 0.7.6.1 2015-08-05 21:36:19 +02:00
Peter Simons cd7b1ca000 haskell-configuration-ghc-7.8.x: drop obsolete override for 'equivalence' 2015-06-13 11:31:31 +02:00
Peter Simons 0520540018 haskell-bytestring-builder: trigger rebuild with GHC 7.8.x to mitiagate broken library ID 2015-06-07 00:09:06 +02:00
Peter Simons e0f7ab678a ghc-events: fix build of latest version with ghc-7.8.x 2015-06-04 17:42:06 +02:00
Peter Simons 0d484e999b haskell-binary: update to version 0.7.5.0 2015-06-02 10:32:31 +02:00
Nikolay Amiantov 7e55534e8d haskell-idris: fix build 2015-05-21 14:57:17 +02:00
Peter Simons 493663d785 jailbreak-cabal: always build the tool with Cabal 1.20
This change mitigates the effects of https://github.com/peti/jailbreak-cabal/issues/9.
2015-05-21 14:57:16 +02:00
Peter Simons 7268605e00 idris: remove outdated overrides
The Idris build is broken for several reasons, I'm afraid, and has been broken
since a while. It' seems unnecessary to carry these non-functioning overrides
around.
2015-05-18 18:04:36 +02:00
Peter Simons eb32c97162 HStringTemplate: remove obsolete overrides 2015-05-16 21:59:41 +02:00
Nikolay Amiantov cb9764f847 haskell-lambdabot: remove ghc 7.8 patch 2015-05-12 17:25:52 +03:00
Peter Simons 1d119271e7 haskell-sandi: jailbreak restriction on "base == 4.8.*" so that we can build git-annex and hledger
Reported in https://github.com/magthe/sandi/issues/7.
2015-05-09 14:16:47 +02:00
Peter Simons d42d6438b2 Use old conduit version 1.2.4.1 for GHC 7.6.x and 7.8.x.
Newer versions seem impossible to compile with older GHCs because they
invariably refer to a non-existent version of 'void':

  http://hydra.cryp.to/build/794276/nixlog/41/raw
  http://hydra.cryp.to/build/794273/nixlog/98/raw
2015-05-05 12:54:53 +02:00
Peter Simons e0181e4b72 haskell-void: trigger re-build some more 2015-05-05 11:15:58 +02:00
Peter Simons 3e17d6e958 haskell-void: trigger re-build to unbreak our copy on Hydra 2015-05-04 20:04:20 +02:00
Peter Simons d300943ba8 haskell-cgi: fix build with GHC 7.8.x 2015-04-24 17:52:19 +02:00
Peter Simons d3b73ae30f idris: simplify overrides as suggested by @abbradar 2015-04-19 18:32:03 +02:00
Nikolay Amiantov da9dfdf956 idris: fix building on GHC 7.8 2015-04-18 21:16:52 +02:00
Peter Simons 3ec8e58754 haskell-configuration-ghc-7.8.x: fix transformers-compat 2015-04-18 20:43:23 +02:00
Peter Simons 09fe56f2e5 haskell-ng: switch default configuration to mtl 2.2.x 2015-04-18 20:43:23 +02:00
Peter Simons 6bea2d503a haskell-nats: fix build on pre 7.10.x compilers 2015-04-18 20:43:22 +02:00
Nikolay Amiantov 73bd3fbc7f haskellngPackages.lambdabot: fix evaluation in GHC >=7.8 2015-04-16 13:32:48 +03:00
Nikolay Amiantov 0e223ffafe haskellng.jsaddle: fix on non-ghcjs 2015-04-15 13:39:36 +02:00
Tom Hunger 0fb056f521 haskell-ng: Fix purescript build expression for GHC 7.8. 2015-04-09 14:21:17 +01:00
Peter Simons d751367d70 haskell-gloss: keep old version around for GHC 7.8.x 2015-04-06 21:24:34 +02:00
Peter Simons 434f129c62 Agda: fix build by providing the required older versions of its dependencies
Resolves https://github.com/NixOS/nixpkgs/issues/7201.
2015-04-06 21:24:33 +02:00
Peter Simons d9b67dd5a5 haskell-idris: update override for lens 2015-04-06 21:24:33 +02:00
Peter Simons 75b527c1e1 haskell-modules: disable broken builds on Hydra 2015-04-01 22:54:45 +02:00