Commit graph

1075 commits

Author SHA1 Message Date
Malte Brandy 7f236bd4b2
hackage2nix: Split configuration, auto disable hydra builds
We split configuration-hackage2nix.yaml into multiple files.  We bump
cabal2nix-unstable to get support for multiple config files in
hackage2nix.

* The file main.yaml is only supposed to be edited by humans.
* The file stackage.yaml is only supposed to be updated by the
  update-stackage.sh
* The file broken.yaml can be edited by humans, but probably future
  helpers will want to insert broken packages into this file based on
  hydra reports.
* The file transitive-broken.yaml is newly introduced to be generated
  by regenerate-transitive-broken-packages.sh

regenerate-transitive-broken-packages.sh makes a nix query (in
transitive-broken-packages.nix) which evaluates all haskellPackages
once with and once without "allowBroken" this way it get's a list of
packages which are broken by some transitive dependency, but does not
disable packages which have eval errors not caused by a broken package.
2021-05-07 21:58:08 +02:00
Malte Brandy d75130019b
haskellPackages.gi-*: Fix some builds 2021-05-07 21:42:42 +02:00
Malte Brandy 9fd589504e
haskellPackages.haskell-gi: Bump versions manually to still build with used C libs 2021-05-07 21:19:00 +02:00
Shlok Datye b858ba8a7c haskellPackages.streamly-lmdb: unbreak
(The latest version of streamly-lmdb (0.2.1) is not broken at all.)
2021-05-07 20:16:43 +02:00
Shlok Datye d36f591349 haskellPackages.streamly-archive: unbreak
(The correct libarchive is now being passed into the package.)
2021-05-07 16:14:07 +02:00
sternenseemann 73c2dd4aa6 petrinizer: fix build
* take z3 haskell package from haskellPackages
* take sbv 7.13 from haskellPackages, apply patch fixing build
  with GHC >= 8.8.8
2021-05-06 11:43:59 +02:00
sternenseemann 977ccbf6bf hedgewars: portability is limited by fpc 2021-05-05 22:45:52 +02:00
sternenseemann f5a9654af4 configuration-hackage2nix: fix typos, duplicate entries 2021-05-05 18:26:40 +02:00
sternenseemann 1c9ec1f3b3 haskellPackages: mark pkgs failing eval as unsupported on aarch64 / darwin 2021-05-05 18:16:29 +02:00
sternenseemann 4da6569df4 haskellPackages.pinboard-notes-backup: add bdesham to maintainers 2021-05-04 16:40:08 +02:00
sternenseemann 75f01ec909 yi: unbreak
yi-language: apply patch allowing newer regex-* dependencies
2021-05-04 16:06:57 +02:00
sternenseemann 517662d02d haskellPackages.hyper-extra: unbreak
https://github.com/HeinrichApfelmus/hyper-haskell/issues/42
2021-05-04 13:59:26 +02:00
sternenseemann 648a5b14fb haskellPackages.ihaskell-{display,basic}: jailbreak
Version bounds on base are too strict:
https://github.com/gibiansky/IHaskell/issues/1217

Fixes evaluation of top-level ihaskell.
2021-05-04 13:34:35 +02:00
sternenseemann 990d12641e ihaskell: unbreak
Use upstream release.nix as an inspiration for the correct overrides to
fix RPATH issues and make tests run again.
2021-05-04 13:27:41 +02:00
sternenseemann 5ca8d3570e haskellPackages.plots: unmark as broken 2021-05-04 12:44:10 +02:00
sternenseemann 63bcfc67e3 haskellPackages.diagrams-cairo: unbreak
https://github.com/diagrams/diagrams-cairo/issues/77
2021-05-04 12:43:40 +02:00
sternenseemann e7e6727e9e configuration-hackage2nix.yaml: add myself as maintainer for flat 2021-05-04 11:05:36 +02:00
Malte Brandy 9b4dd31a38
configuration-hackage2nix.yaml: Changing Stackage pin to Nightly 2021-05-03 2021-05-03 22:59:55 +02:00
Damien Cassou ee30de13b7 haskellPackages.hyahtzee: un-mark as broken
Release 0.5 un-broke the package.
2021-05-01 13:43:53 +02:00
sternenseemann c3af83f893 haskellPackages.database-class-id: unbreak 2021-05-01 13:31:26 +02:00
Niko Pavlinek 0906a93834 haskellPackages.pam: fix build 2021-05-01 11:01:56 +02:00
Peter Simons e20a75ec74 hackage2nix: update list of broken packages
... so that there are no failing builds on Hydra.

Ping @rkrzr because icepeak is broken.
2021-04-30 20:30:15 +02:00
Peter Simons 7313fac88d Stackage Nightly 2021-04-28 2021-04-28 10:16:51 +02:00
Shea Levy 55f5842f1b
haskellPackages.HTF: Fix testsuite and mark unbroken in configuration. 2021-04-27 08:44:22 -04:00
Minijackson 68ee799776 haskellPackages.pandoc-sidenote: remove broken 2021-04-26 23:23:41 +02:00
sternenseemann 25238f1ee5 haskellPackages.orgstat: unmark as broken
Upstream resolved the compilation issue with more recent base:
https://github.com/volhovm/orgstat/issues/15
2021-04-26 12:34:04 +02:00
Magnus Therning 5995d5237e haskellPackages.servant-openapi3: unbreak 2021-04-23 23:19:52 +02:00
Magnus Therning b84d1ee65c haskellPackages.openapi3: unbreak 2021-04-23 23:19:37 +02:00
Peter Simons fa79045344 Stackage Nightly 2021-04-23 2021-04-23 21:16:30 +02:00
Peter Simons ff65b84466 hackage2nix: update list of broken packages to fix evaluation errors 2021-04-23 20:39:26 +02:00
Henri Menke ff856b1342 wstunnel: deduplicate by using haskellPackages
wstunnel is packaged twice in nixpkgs, once standalone and once in
haskellPackages. The standalone version is outdated while the version in
haskellPackages is updated automatically from Hackage, so we are
removing the standalone Nix expression but still keep the static
executable.
2021-04-22 23:57:02 +02:00
Magnus Therning cb97f4a301 haskellPackages.servant-docs: unbreak 2021-04-21 09:51:52 +02:00
Gabriel Gonzalez a4fdb4edd1 haskellPackages.parameterized: Re-enable without tests
The package builds without the test suite

The upstream issue is: https://github.com/louispan/parameterized/issues/2
2021-04-19 21:12:43 +02:00
Luis Chavarriaga dc367f6507 haskellPackages.{H, inline-r}: not broken
These packages were marked as broken but build fine and pass their
respective tests.
2021-04-18 10:09:19 +02:00
Peter Simons 88ad3b83b8 Stackage Nightly 2021-04-15 2021-04-16 20:28:00 +02:00
Peter Simons c1535b26ef hackage2nix: update list of broken packages to fix evaluation errors 2021-04-16 20:04:21 +02:00
Malte Brandy 4c71d57c99
haskellPackages.haskell-language-server: Fix more deps to stay compat with 1.0.0 2021-04-16 17:04:45 +02:00
Guillaume Bouchard 797b393428 haskellPackages.PyF: un mark as broken
`PyF` is not broken, neither `krank` which depends on it.
2021-04-11 14:46:04 +02:00
Peter Simons 9375b5c729 Stackage Nightly 2021-04-06 2021-04-09 20:51:40 +02:00
Peter Simons 98f3f2f651 hackage2nix: keep the old version of refinery around for haskell-language-server 2021-04-09 20:31:28 +02:00
Peter Simons 0868b8fb21 hackage2nix: update list of broken packages to fix evaluation on Hydra 2021-04-09 20:05:19 +02:00
Dennis Gosnell b6043ee295
Merge pull request #118907 from cdepillabout/spago-0.20.0
spago: 0.19.0 -> 0.20.0
2021-04-10 00:40:43 +09:00
(cdep)illabout 8c36813a42
haskellPackages: remove dhall_1_37_1 extra package because it is no longer used 2021-04-10 00:04:42 +09:00
Florian Beeres 8fa0c918da haskellPackages.capability: unbreak
The package compiles and works just fine without any additional changes
2021-04-09 16:12:34 +02:00
Richard Marko 552cfe19a1 haskellPackages.cereal-time: doJailbreak 2021-04-09 15:17:28 +02:00
Richard Marko 25b5fe7caf haskellPackages.language-lua: doJailbreak 2021-04-09 15:17:28 +02:00
Richard Marko 2f665594b6 haskellPackages.cayene-lpp renamed to cayenne-lpp, fix in maintainer list
I've made a costly typo. Old package is now deprecated.
2021-04-09 15:17:28 +02:00
Richard Marko b1353fcf59 haskellPackages.alex-tools: not broken 2021-04-09 15:17:28 +02:00
Richard Marko fc421749be haskellPackages.ttn-client: not broken 2021-04-09 15:17:28 +02:00
Richard Marko a3dfde6476 haskellPackages.libmodbus: fix (lib)modbus system dependency 2021-04-09 15:17:28 +02:00