Commit graph

509 commits

Author SHA1 Message Date
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
Peter Simons cb0235faf9 hackage2nix: disable failing Hydra builds 2019-05-12 20:49:16 +02:00
Peter Simons ac8bf3419b hackage2nix: re-enable 'megaparsec-tests' builds on Hydra 2019-05-12 09:54:26 +02:00
Peter Simons 9fdb33a3cf LTS Haskell 13.20 2019-05-09 18:13:45 +02:00
Peter Simons 7fbcbf3e53 hackage2nix: update list of broken builds 2019-05-09 18:13:45 +02:00
Pascal Wittmann 2c86fc4daf yesod-markdown: unbreak as it builds fine 2019-05-06 14:42:48 +02:00
Pascal Wittmann 7ddf899582 esqueleto: fix build by skipping tests and haddock 2019-05-06 14:42:48 +02:00
Pascal Wittmann 06026f28f3 classy-prelude-yesod: fix build by skipping haddock 2019-05-06 14:42:48 +02:00
Silvan Mosberger 92d522154c hackage2nix: Unmark hnix as broken 2019-05-06 14:42:48 +02:00
Peter Simons 40c69a36cf hackage2nix: update list of broken builds 2019-05-06 14:42:48 +02:00
Peter Simons 6ec7d60365 hackage2nix: update list of broken builds 2019-05-02 19:28:56 +02:00
Jack Kelly 736b0c53a4 haskellPackages.beam-*: remove obsolete patches 2019-05-02 19:28:23 +02:00
Peter Simons 0739389b14 hackage2nix: update list of broken builds 2019-04-30 11:43:45 +00:00
Peter Simons 841547a566 haskell-network-bsd: fix the build in LTS-13.x 2019-04-30 11:43:45 +00:00
Peter Simons fa1741985b hackage2nix: add network-3.0.x to the package set
3.1.x is too new and not yet supported by many packages that need a 3.x
version (like HTTP).
2019-04-30 11:43:45 +00:00
Peter Simons 82d2c663b4 LTS Haskell 13.19 2019-04-30 11:43:44 +00:00
Peter Simons 5ce6458f5e hackage2nix: update list of broken builds 2019-04-30 11:43:44 +00:00
Peter Simons 591af2397e haskellPackages: update default compiler to from ghc 8.6.4 to 8.6.5
LTS 13.x will probably make the switch soon, too.
2019-04-30 11:43:44 +00:00
Peter Simons e2763c05e1 hackage2nix: update list of broken builds 2019-04-25 17:29:33 +02:00
Peter Simons 905ec757ef LTS Haskell 13.18 2019-04-25 17:29:33 +02:00
Peter Simons 221f65b041 hackage2nix: update list of broken packages
Closes https://github.com/NixOS/nixpkgs/pull/59333.
2019-04-15 19:29:17 +02:00
Peter Simons f9dd1b813e LTS Haskell 13.17 2019-04-15 19:28:57 +02:00
Peter Simons 84cb3df618 liquidhaskell-cabal has been fixed in the latest version. 2019-04-13 12:53:54 +02:00
Michael Alan Dorman 8c7d15f6d9 taffybar: unbreak package by default
The gtk package situation seems to have been resolved, so it builds again.

Closes https://github.com/NixOS/nixpkgs/pull/59305.
2019-04-13 12:53:54 +02:00
Peter Simons 81c31f3682 hackage2nix: update list of broken packages to fix evaluation errors on Hydra 2019-04-13 12:53:54 +02:00
Peter Simons ab622fa93b hackage2nix: update list of broken packages 2019-04-12 11:55:21 +02:00
Peter Simons be5594b412 LTS Haskell 13.16 2019-04-12 11:55:21 +02:00
Austin Seipp 12db6c18f9 cryptol: fix, rework cryptol 2.6.0 builds
- The previous build of Cryptol was broken on GHC 8.6.x, which is now the
  new default. That's been fixed with a few upstream patches that will come
  up whenever the next release happens.

  - There was also a build failure on base-compat, fixed by jailbreaking.

  - The previous setup had all-packages.nix creating a new derivation
  solely for the purpose of wrapping the Z3 binary. This has been removed:
  the wrapper is still added but during the Haskell build itself, so that
  all Haskell dependent packages can use the cryptol interpreters too.

  - In its place, we use justStaticExecutables, so people using nix-env
  and Cryptol users who *don't* need haskell dependencies can get much
  smaller closures. Obviously this still implies a second build, but
  this build is much more useful than one that merely adds a shell
  script to a package that's relatively expensive to compile...

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-07 00:45:22 -05:00
Peter Simons c406a7287d hackage2nix: update list of broken Haskell packages 2019-03-28 10:27:45 +01:00
Peter Simons 803e956919 liquidhaskell: switch ghc-8.6.x version to the 'develop' branch to fix the build 2019-03-26 17:20:35 +01:00
Peter Simons 3732f1fe7e LTS Haskell 13.14 2019-03-26 17:20:34 +01:00
Peter Simons 3e113f5f7a
Merge pull request #58199 from rnhmjoj/superbuffer
haskellPackages.superbuffer: fix build
2019-03-25 13:57:12 +01:00
rnhmjoj 32ec718b57
haskellPackages.superbuffer: fix build 2019-03-24 12:07:40 +01:00
Peter Simons ce5504bc74 hackage2nix: drop broken entry for hfsevents
The package has its meta.platforms set up correctly already in cabal2nix's
post-processing code.

Fixes https://github.com/NixOS/nixpkgs/issues/58028.
2019-03-22 11:14:32 +01:00
Peter Simons 7c04e3eb75 haskell-arbtt: add build products into $PATH for the check phase
Fixes https://github.com/NixOS/nixpkgs/pull/57585.
2019-03-17 09:43:14 +01:00
Peter Simons 2df9351953 LTS Haskell 13.13
(cherry picked from commit fee2f975ecd5a478f5a4fc60b4d6aaa53696e19e)
2019-03-16 20:30:58 +01:00
Peter Simons 93e4a90502 ghc: switch our default compiler to version 8.6.4
Also, drop obsolete 8.6.x minor releases 8.6.1, 8.6.2, and 8.6.3.

(cherry picked from commit 7fde42b8ebddbd673342b98d9d7c892a0c521583)
2019-03-16 20:30:58 +01:00
Peter Simons c18759113e LTS Haskell 13.12 2019-03-13 18:11:03 +01:00
Peter Simons 9b5ce24b2e LTS Haskell 13.11 2019-03-10 11:12:35 +01:00
Peter Simons 33e87e4b69 LTS Haskell 13.10 2019-03-05 10:22:33 +01:00
Peter Simons 446757f8ae LTS Haskell 13.9 2019-02-27 09:11:13 +01:00
Peter Simons 19fcb0861b hackage2nix: disable failing Hydra builds 2019-02-20 20:07:01 +01:00
Peter Simons 44ae35170f LTS Haskell 13.8 2019-02-20 20:07:01 +01:00
Peter Simons acaa5c1f1a stylish-cabal compiles again. Yay!
Thank you, @pikajude.
2019-02-18 10:39:12 +01:00
Peter Simons eba4f12a83 LTS Haskell 13.7 2019-02-18 10:39:10 +01:00
Peter Simons c7369800d1 LTS Haskell 13.6 2019-02-04 18:11:24 +01:00
Peter Simons be1cae381f hackage2nix: disable broken builds on Hydra
@gridaphobe: ghc-srcspan-plugin has been broken for quite a while now.
2019-01-29 20:19:53 +01:00
Peter Simons 4a1c5eea97 LTS Haskell 13.5 2019-01-29 20:19:53 +01:00
Peter Simons dd98e07fed stylish-cabal: fix build with GHC 8.4.x (and clean up overrides)
Unfortunately, more recent compiler versions are unable to build this package
because of its dependency on the old haddock-library version.
2019-01-29 10:59:32 +01:00
Peter Simons 83e3d9ffb9 haskell-HaTeX: enable hydra builds again 2019-01-25 11:54:24 +01:00
Peter Simons bd898975e9 LTS Haskell 13.4 2019-01-25 11:54:23 +01:00
Domen Kožar 8e30701601
stack2nix: distribute again 2019-01-21 20:40:24 +07:00
Peter Simons 178836c9bb LTS Haskell 13.3
- add megaparsec < 7.0 for Idris

 - update Haskell package with hackage2nix v2.13-1-gda47f40 from Hackage
   revision e81e538727
2019-01-21 08:56:45 +01:00
Alexandre Esteves 1eb9812566
Fix typo 2019-01-18 00:05:57 +00:00