Commit Graph

2762 Commits

Author SHA1 Message Date
someodd
14c05dc6ac libjwt-typed: unbreak with minor changes
Unbreak libjwt-typed. Succesfully built using:

  env NIXPKGS_ALLOW_BROKEN=1 nix-build --no-out-link -A haskellPackages.libjwt-typed

This was accomplished by removing dependency
bounds, skipping tests, and adding the libjwt
librarySystemDepends.

Removed `broken` status from libjwt-typed.

I have not tested using what was built in the
nix-build command above in a local project.
2022-08-08 15:18:58 -07:00
sternenseemann
6a8ad0a973 haskellPackages.uniform-fileio: disable tests incompatbile with HTF >= 0.15 2022-08-01 16:20:20 +02:00
sternenseemann
41d77132d9 haskellPackages.debian: drop obsolete patches
debian-4.0.4 has added GHC 9.0 support in a released version.
2022-07-31 22:15:50 +02:00
sternenseemann
4c85669eb9 haskellPackages.uniform-error: update override comment
Seemingly the package is not yet feature complete and a desired feature
is already part of the test suite?!
2022-07-31 12:42:42 +02:00
sternenseemann
f1873383cc haskellPackages: reflect ghc-lib*_9_2* updates 2022-07-31 12:19:51 +02:00
sternenseemann
e4e9e90772 haskellPackages.uniform-error: skip tests incompatible w/ HTF 0.15 2022-07-27 17:31:38 +02:00
sternenseemann
74010c525b haskellPackages.aws: drop upstreamed patches
Joey Hess is now a co-maintainer upstream and has created a release with
the aeson 2.0 patches included.
2022-07-27 17:12:24 +02:00
sternenseemann
b3c3fa1489 git-annex: update sha256 for 10.20220724 2022-07-27 17:03:33 +02:00
sternenseemann
f28e8302f4 haskellPackages.conduit-aeson: unbreak
* Work around broken Setup.hs which fails to parse

* Disable doctest-parallel suite

* Group doctest-parallel overrides and link the upstream issue for the
  failure; basically it does not work unless you are using cabal v2
  commands.
2022-07-26 18:40:11 +02:00
sternenseemann
ae78f71723 haskellPackages.{superbuffer,list-t,stm-containers}: reenable tests
HTF has been fixed a while ago actually, so these test suites can be
built and executed again. For stm-containers, a bounds issue persists,
though.
2022-07-26 13:24:29 +02:00
sternenseemann
57055b681f haskellPackages.Spock-core: build with correct reroute version
Spock-core 0.14.0.1 now only supports reroute >= 0.7 because it exports
the new AltVar type (in an [PVP violation]).

We can luckily accomodate Spock-core, since all other [reverse deps] of
reroute are marked broken in nixpkgs at the moment.

[PVP violation]: https://github.com/agrafix/Spock/issues/180#issuecomment-1195328647
[reverse deps]: https://packdeps.haskellers.com/reverse/reroute
2022-07-26 12:57:45 +02:00
Malte Brandy
8d90d114b2 haskellPackages.doctest-parallel: Disable defective doctests 2022-07-24 19:11:35 +02:00
Jade Lovelace
5fbeebb56b haskellPackages.fast-tags: unbreak
The patch we were holding got merged, and instead of the patch being
removed, the package was marked broken. So I deleted the patch and
unbroke.
2022-07-20 11:40:24 -07:00
Dennis Gosnell
3020974319
Merge pull request #178868 from arcz/fix-clash
haskellPackages.clash-prelude: fix build by disabling tests
2022-07-18 14:08:28 +09:00
Nikita Volodin
d46be5b0e8 haskellPackages.vector-hashtables: fix versions of dependencies 2022-07-17 18:22:33 +02:00
Nikita Volodin
6da243e26d haskellPackages.hspec_2_7_10: fix versions of dependencies 2022-07-17 18:22:33 +02:00
sternenseemann
94d1dd4e77 haskellPackages.regex-compat-tdfa: fix arg order in override 2022-07-17 15:53:23 +02:00
sternenseemann
4030d94564 haskellPackages: fix eval, missing paren in configuration-common.nix 2022-07-17 15:13:24 +02:00
sternenseemann
356f870a83 haskellPackages.regex-compat-tdfa: ignore upper bound on base
This bound was (rightfully) introduced via a hackage revision, but it
doesn't apply to us because we patch around the incompatibility with
GHC >= 9.0.
2022-07-17 12:20:30 +02:00
sternenseemann
279a69aaf1 hadolint: build with language-docker 11.0.0
This is required starting with hadolint 2.11.0.
2022-07-13 22:05:57 +02:00
sternenseemann
e7d9b66a04 matterhorn: build with brick 0.73 2022-07-13 16:30:40 +02:00
Domen Kožar
1fea3efe7a haskellPackages.brick_0_71_1: fix eval 2022-07-13 09:25:24 -05:00
sternenseemann
fcba3d3e50 haskell.packages.ghc923.hlint: reflect 3.4 -> 3.4.1 update
hlint 3.4.1 requires a very specific (and outdated) ghc-lib-parser-ex
version which we need to provide.
2022-07-13 15:37:40 +02:00
sternenseemann
f2f8e3ca95 haskellPackages: reflect ghc-lib, ghc-lib-parser updates 2022-07-13 15:36:08 +02:00
Robert Vollmert
85dfc90f5a haskellPackages: collect hasql test overrides in one place 2022-07-12 23:55:28 +02:00
sternenseemann
900632c3a3 haskellPackages.monad-validate: drop obsolete override
A package takeover upstream has finally fixed the compat issues we've
been having.
2022-07-12 18:39:20 +02:00
Artur Cygan
096ea49aa8 haskellPackages.clash-prelude: fix build by disabling tests 2022-07-10 04:01:27 +02:00
Dennis Gosnell
211a3313bf
haskellPackages.matterhorn: bump brick version 2022-07-07 23:44:55 +09:00
Dennis Gosnell
92b24dade3
haskellPackages.futhark: remove futhark source override 2022-07-07 23:42:56 +09:00
sternenseemann
0a0baa8935 haskellPackages.futhark: 0.21.12 -> 0.21.13
By upgrading we make it match the futhark-manifest version we ship at
the moment, fixing the build. Most of the code, except the lsp 1.5.0.0
override can be removed on the next hackage bump.
2022-07-07 11:33:50 +02:00
sternenseemann
2be2a78f42 git-annex: update sha256 for 10.20220624 2022-07-07 11:07:35 +02:00
sternenseemann
632f305985 matterhorn: provide brick 0.70.* 2022-07-07 11:07:18 +02:00
sternenseemann
e233468d9f haskellPackages.purescript: adjust for 0.15.4
0.15.4 supports GHC 9.0 and aeson 2.0, as well as the latest bower-json
version, but the purescript-{a,c}st packages don't sadly.
2022-07-06 21:45:09 +02:00
Victor Nawothnig
c29d8a06e1 haskellPackages.powerdns: unbreak 2022-07-05 17:25:02 +02:00
Naïm Favier
c996ce4415 haskellPackages.misfortune: remove patch
Applied in 0.1.2: 59fe811f30
2022-07-02 19:29:05 +02:00
Dennis Gosnell
511201ded5
haskellPackages.hercules-ci-agent: remove no longer needed source override 2022-06-24 13:21:02 +09:00
Malte Brandy
345c32b3c3 haskellPackages.reflex: remove outdated patch 2022-06-19 21:41:52 +02:00
Malte Brandy
1524e65da0 haskellPackages.patch: remove outdated patch (applied to the patch package) 2022-06-19 21:41:52 +02:00
sternenseemann
a4ec946a2f haskellPackages.arbtt: provide tzdata for test suite 2022-06-19 14:15:27 +02:00
Dennis Gosnell
88dcf0ff20
haskellPackages.arch-web: remove no longer needed jailbreak 2022-06-18 12:53:34 +09:00
Dennis Gosnell
58a089bf4a
haskellPackages.hnix: small refactoring of overrides 2022-06-17 16:42:14 +09:00
Richard Marko
31a2d6b558 haskellPackages: use hnix-store 0.5 for hnix 2022-06-17 08:43:54 +02:00
sternenseemann
386a1ed075 haskellPackages.large-hashable: 2021-11-01 -> 2022-06-10
aeson 2.0 was finally addressed upstream, allowing us to drop a patch.
2022-06-14 16:42:07 +02:00
Dennis Gosnell
24fc52a14b haskellPackages.ghc-lib-parser-ex_9_2_1_0: update overrides for this version 2022-06-08 17:32:26 +09:00
sternenseemann
a05afc66e8 haskellPackages.NGLess: disable incomplete test suite 2022-06-07 21:14:28 +02:00
sternenseemann
70d95b25b6 haskellPackages.protolude: drop upstreamed patches 2022-06-05 13:47:28 +02:00
sternenseemann
2aa6ee92a6 glirc: 2.38 -> 2.39 2022-06-04 13:11:26 +02:00
Robert Helgesson
cab946ac22 lucid-htmx: jailbreak to fix build 2022-06-02 11:26:38 +02:00
sternenseemann
09c8e8a3f1 haskellPackages.purescript*: disable on hydra if broken
To make this logic less cluttered, implement the broken/dontDistribute
logic in a single function that can be reused for all purescript-related
packages.
2022-06-01 19:42:29 +02:00
sternenseemann
ad720c33b5 haskellPackages.purescript-{c,a}st: broken for GHC >= 9.0 2022-06-01 19:20:59 +02:00