1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

78 commits

Author SHA1 Message Date
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
Eric Seidel b8d75c66ee haskell-ng: need to use haddock-api-2.15 on ghc-7.8 2015-03-31 16:07:43 -07:00
Peter Simons 6644bca846 idris: fix build by providing appropriate versions of the build inputs
Resolves https://github.com/NixOS/nixpkgs/issues/7014.
2015-03-31 13:56:16 +02:00
Nikolay Amiantov 49f3c375b5 ghcWithPackages: add withLLVM 2015-03-26 11:29:05 +01:00
Peter Simons 0533fdb09d haskell-ng: update haskeline to latest version 2015-03-25 14:37:14 +01:00
Peter Simons adff1a2b35 haskell-HStringTemplate: update to latest version 2015-03-25 14:37:14 +01:00
Peter Simons 446f301078 hackage-packages: re-generate from Hackage 2015-03-20T11:29:46+0100 2015-03-21 19:44:12 +01:00
Peter Simons fe8d65c9a6 Add required overrrides for haskell-hosc and haskell-tidal-midi.
Fixes https://github.com/NixOS/nixpkgs/issues/6864.
2015-03-18 12:13:43 +01:00
Peter Simons 3b8a7f2f70 haskell-amazonka does not compile with ghc-7.8.x. 2015-03-15 11:00:11 +01:00
Peter Simons fdd821f1ef configuration-ghc-7.8.x.nix: remove amazonka-related overrides
These overrides allow us to build amazonka packages, but we have no way to
actually use those build results within Nix, because the replaced GHC core
libraries collide with the real ones when we try to compose a ghc-with-packages
environment.

Closes https://github.com/NixOS/nixpkgs/issues/6584.
2015-03-13 10:01:29 +01:00
Peter Simons 11cce22637 haskell-ng: update configuration to transformers 0.4.3.0 2015-03-09 15:20:58 +01:00
Peter Simons 8be1ddb45c haskell-yabi-muno has been fixed. 2015-03-07 17:09:40 +01:00
Peter Simons 17a6cbc11c haskell-miniforth needs mtl 2.2.x. 2015-03-06 16:24:52 +01:00
Peter Simons 0d4058b0cb haskell-yabi-muno cannot be built with GHC 7.8.x because it needs mtl 2.2.x. 2015-03-06 16:24:26 +01:00
Peter Simons fee8f2c11e haskell-amazonka-ssm: fix build with GHC 7.8.x 2015-03-05 18:29:56 +01:00
Peter Simons ce441f4aaf haskell-ng: configure overrides 2015-03-04 15:55:33 +01:00
Peter Simons 025f62351a haskell-wai-middleware-preprocessor: test suite is broken in ghc-7.8.x 2015-03-03 22:48:16 +01:00
Peter Simons b29d61e0df haskell-test-sandbox: the build errors have been fixed upstream 2015-03-03 22:48:16 +01:00
Peter Simons 1034d81326 Users of haskell-purescript won't compile with ghc-7.8.x either. 2015-02-22 19:47:24 +01:00
Peter Simons 64480bd6b8 haskell-ArrowVHDL doesn't compile with recent versions of base. 2015-02-22 19:47:23 +01:00
Peter Simons 3f487c14f8 haskell-highlighter2 does not compile with ghc-7.8.x. 2015-02-22 19:47:23 +01:00
Peter Simons 4c124c4a02 haskell-purescript does not compile with ghc-7.8.x. 2015-02-22 19:47:23 +01:00
Peter Simons 95c321e0f7 Mark more users of haskell-test-sandbox broken. 2015-02-22 19:47:23 +01:00
Peter Simons 31073f367e haskell-configuration-tools: build succeeds with GHC 7.8.x now
Test suite is broken, though.
2015-02-22 19:47:23 +01:00
Peter Simons 85e2076a0b haskell-amazonka-ecs: fix build with ghc 7.8.x 2015-02-16 10:43:36 +01:00
Peter Simons 92934f386e haskell-hypher does not compile with GHC 7.8.x due to mtl 2.2.x requirement. 2015-02-16 10:42:11 +01:00
Peter Simons 8e4a473fd7 haskell-amazonka-glacier: fix build with GHC 7.8.x 2015-02-16 10:10:06 +01:00
Peter Simons 6ba8720a56 haskell-configuration-tools: the Cabal issue has been fixed, but the library still depends on mtl 2.2.x 2015-02-16 10:00:49 +01:00
Peter Simons 04c21a89a6 haskell-mtl-compat: fix build with GHC 7.8.x 2015-02-15 22:42:10 +01:00
Peter Simons dccb2921ff haskell-test-sandbox cannot be built by GHC 7.8.x. 2015-02-15 22:35:28 +01:00
Peter Simons 4e82b03f29 haskell-mtl-compat: broken with ghc-7.8.x 2015-02-13 22:24:32 +01:00