Commit Graph

462 Commits

Author SHA1 Message Date
Peter Simons
5a1c572dd5 hackage2nix: update list of broken builds to avoid evaluation errors on Hydra 2019-08-16 19:53:24 +02:00
Domen Kožar
09b9f22e3a haskell: hnix-store-core compiles 2019-08-16 19:53:24 +02:00
Robert Helgesson
ba670fc2c0 haskellPackages: unbreak hnix build
Fixes #66623
2019-08-16 19:53:24 +02:00
Peter Simons
63e0bb852e LTS Haskell 14.1 2019-08-16 19:53:24 +02:00
Domen Kožar
f890a1ab06 haskell: mark tasty-discover as not broken 2019-08-15 16:05:10 +02:00
Domen Kožar
f4475a4086 unbroken: jose, servant-auth-server, tasty-hspec 2019-08-15 16:05:09 +02:00
Silvan Mosberger
087e33c2a6 hackage2nix: Unmark pantry and http-download as broken
See https://github.com/NixOS/nixpkgs/pull/66495
2019-08-15 16:05:09 +02:00
Silvan Mosberger
029961f63d hackage2nix: Unmark hpack as broken
See https://github.com/NixOS/nixpkgs/pull/66495
2019-08-15 16:05:09 +02:00
Peter Simons
705b5cd05d darcs: fix build 2019-08-13 20:01:38 +02:00
Peter Simons
79a149e051 hackage2nix: update list of broken builds 2019-08-11 20:48:10 +02:00
Peter Simons
c3941614d2 haskell-network-bsd: fix the build 2019-08-11 20:48:09 +02:00
Peter Simons
bc8bc2c7cf hackage2nix: ensure Cabal 2.4.x is still available for older compilers 2019-08-11 20:46:43 +02:00
Peter Simons
99423d71c8 LTS Haskell 14.0 2019-08-11 20:46:43 +02:00
Peter Simons
4a8831e38b haskell2nix: update list of broken builds to fix evaluation on Hydra 2019-08-03 17:34:29 +02:00
Silvan Mosberger
12d815161a hackage2nix: Unmark discord-haskell as broken
https://github.com/NixOS/nixpkgs/issues/58987
2019-08-03 17:33:27 +02:00
Peter Simons
76188dad03 LTS Haskell 13.30 2019-08-03 17:33:27 +02:00
Peter Simons
96ceff97da hackage2nix: update list of broken Haskell builds 2019-07-09 13:32:01 +02:00
Silvan Mosberger
33b7c5099a haskell2nix: Unmark Chart-related packages as broken
These all built just fine
2019-07-07 13:06:22 +02:00
Luis Pedro Coelho
4d44ee06de hackage2nix: update broken-packages
conduit-zstd and conduit-algorithms were marked as broken as they
depended on "zstd" which was broken until recently (but is now working).
2019-07-05 09:09:37 +02:00
Silvan Mosberger
9d79dc5fb8 hackagePackages: Fix build for butcher (-> brittany as well) 2019-07-04 09:41:23 +02:00
Peter Simons
e352ff0cc9 hackage2nix: update list of broken Hydra builds 2019-07-04 09:41:17 +02:00
Peter Simons
805195894c LTS Haskell 13.27 2019-07-04 09:40:28 +02:00
Peter Simons
7a56998521 hackage2nix: disable builds that are broken on Hydra 2019-06-19 22:45:52 +02:00
Peter Simons
4d1660a9e8 LTS Haskell 13.26 2019-06-19 22:45:52 +02:00
Peter Simons
6917433fb2
Merge pull request #62876 from endgame/unbreak-reflex
haskellPackages.reflex: dontCheck
2019-06-14 17:21:46 +02:00
Peter Simons
b30b8f9f69 haskell-stack: fix the build some more 2019-06-14 14:53:18 +00:00
Peter Simons
9b68353c72 haskell-stack: add plenty of overrides to fix the build in LTS-13.x 2019-06-14 13:06:35 +00:00
Peter Simons
4b3e62d561 hackage2nix: update list of broken builds 2019-06-14 13:06:35 +00:00
Peter Simons
9df1e349e8 hackage2nix: disable broken builds to fix Hydra evaluation 2019-06-14 13:06:08 +00:00
Peter Simons
af37181eed haskell-ip: use version 1.5.x to fix the build 2019-06-14 13:06:08 +00:00
Peter Simons
e1126316d7 haskell-constraints-deriving: disable test suite to fix the build 2019-06-14 13:06:08 +00:00
Peter Simons
caeebbb5f7 haskell-hslua-module-system: re-enable the build; it succeeds fine now 2019-06-14 13:06:08 +00:00
Peter Simons
65ca963e0b haskell-tasty-lua: disable test suite to fix the build 2019-06-14 13:06:07 +00:00
Peter Simons
142b8b510c haskell-hlint: use the latest ghc-lib-parser version 2019-06-14 13:06:07 +00:00
Peter Simons
c0c65d6717 LTS Haskell 13.25 2019-06-14 13:06:06 +00:00
Jack Kelly
5e411564cb haskellPackages.reflex: dontCheck
Reflex uses hlint in its test suite, failing the build if there are
any lint warnings. hlint depends on a newer haskell-src-exts than the
rest of the nixpkgs haskell infrastructure, so this avoids reflex
dependening on multiple versions of haskell-src-exts, which would
otherwise abort the build.
2019-06-09 12:12:33 +10:00
Peter Simons
1c4349220e hackage2nix: use older version of 'ghc-lib-parser' by default to fix hlint 2019-06-07 10:07:39 +02:00
Silvan Mosberger
1d512f5870 haskellPackages: clean up some overrides
- jailbreak-cabal override isn't needed, shared executables are disabled
  by default (or is this precautionary?)

- Removed and added some infinite recursion overrides, moved them to
  configuration-nix.nix

- Unbreak zstd and attparsec-varword

- mysql override is already in configuration-nix.nix

- Move some overrides for disabling tests due to internet connectivity
  to configuration-nix.nix

Closes https://github.com/NixOS/nixpkgs/pull/62407.
2019-06-07 10:07:39 +02:00
Peter Simons
0636bebbdf hackage2nix: drop obsolete version overrides 2019-06-07 10:07:39 +02:00
Peter Simons
93fdcb84d9 hackage2nix: disable broken builds to fix evaluation errors on Hydra 2019-06-07 10:07:34 +02:00
Peter Simons
b7e194e059 LTS Haskell 13.24 2019-06-07 10:06:14 +02:00
Silvan Mosberger
45d7270579 haskellPackages.heap: Fix build 2019-06-04 10:26:11 +02:00
Peter Simons
f51c95d788 LTS Haskell 13.23 2019-05-31 16:09:31 +02:00
Peter Simons
bdb704e8d7 hackage2nix: update list of broken builds 2019-05-24 17:44:15 +02:00
Silvan Mosberger
3643fa4bca hackage2nix: un-break some Haskell packages
Either because they're no longer broken at all or by overriding them with a fix
2019-05-24 17:38:25 +02:00
Jack Kelly
49345f233c hackage2nix: lattices is no longer broken 2019-05-24 17:38:07 +02:00
Jack Kelly
ea3c0aa1b5 haskellPackages.hakyll: remove obsolete patch 2019-05-24 17:38:02 +02:00
Peter Simons
b644d5b159 LTS Haskell 13.22 2019-05-24 17:36:35 +02:00
Peter Simons
dc1cd81cfb hackage2nix: disable broken builds on Hydra 2019-05-18 12:57:42 +02:00
Peter Simons
b7f032ebed LTS Haskell 13.21 2019-05-18 12:57:42 +02:00