sternenseemann
078346d55e
haskell.compiler.ghc941: init at 9.4.0.20220721
2022-07-26 21:09:03 +02:00
Alex Wied
4b33be0c18
haskellPackages.nfc: 0.1.0 -> 0.1.1
2022-07-26 21:08:31 +02:00
sternenseemann
ea445844c8
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-07-26 21:04:12 +02:00
sternenseemann
548ec57e44
haskellPackages.cabal2nix-unstable: 2022-07-17 -> 2022-07-22
2022-07-26 21:01:36 +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
ef9826a13b
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-07-26 16:54:27 +02:00
sternenseemann
ff7abeabe9
haskellPackages.hasql-dynamic-statements: downgrade to 0.3.1.1
...
We still ship hasql 1.5 due to stackage which is not compatible with
0.3.1.2.
2022-07-26 13:35:28 +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
maralorn
dd6432a863
Merge pull request #182873 from sternenseemann/terminfo-cross
...
haskellPackages.terminfo: not a core pkg if cross compiling
2022-07-26 11:25:03 +02:00
Malte Brandy
0620844136
haskellPackages.regex-tdfa: Disable disfunctional tests for older ghcs
2022-07-26 11:15:03 +02:00
sternenseemann
f39aee2d8b
haskellPackages.terminfo: not a core pkg if cross compiling
...
GHC's cross build flavours disable the terminfo package, so it will
never be included if we are cross-compiling – setting it to null thus
breaks all builds depending on the package.
To fix this problem, we use the versioned attribute generated by
hackage2nix, just like we do for xhtml.
Closes #182785 .
2022-07-25 23:42:29 +02:00
Malte Brandy
759fed34c0
haskellPackages.hls-ormolu-plugin: Disable flaky test
2022-07-25 22:58:20 +02:00
Malte Brandy
8d90d114b2
haskellPackages.doctest-parallel: Disable defective doctests
2022-07-24 19:11:35 +02:00
maralorn
4f0b8bdb20
Merge pull request #182389 from lf-/fix-aeson-ts
...
haskellPackages.aeson-typescript: fix the testsuite and unbreak
2022-07-23 19:36:37 +02:00
Jade Lovelace
aa41b54e51
haskellPackages.aeson-typescript: fix the testsuite and unbreak
2022-07-23 10:19:57 -07:00
Malte Brandy
28e9634a9d
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-07-22 01:01:30 +02:00
Malte Brandy
642279ab6f
haskellPackages: stackage LTS 19.15 -> LTS 19.16
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-07-22 01:00:22 +02:00
Malte Brandy
8fc4df0415
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-07-22 00:22:14 +02:00
Dennis Gosnell
52e48bb37e
Merge pull request #182194 from misuzu/cryptonite-armv7l
...
haskellPackages.cryptonite: disable tests on aarch32
2022-07-21 15:16:34 +09:00
github-actions[bot]
b2360fdfec
Merge master into haskell-updates
2022-07-21 00:14:29 +00: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
d66067f854
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-07-20 23:19:58 +09:00
Luke Clifton
a88da924d7
json-directory: mark unbroken
...
As of 1.0.2 this builds
2022-07-20 21:36:50 +08:00
misuzu
bc1ae7cff8
haskellPackages.cryptonite: disable tests on aarch32
...
KAT/ECB/D2 test segfaults on armv7l
2022-07-20 15:18:53 +03:00
sternenseemann
8080821eee
haskellPackages.distribution-nixpkgs: 1.6.2 -> 1.7.0
...
Since stable cabal2nix now supports the release, we can finally upgrade.
2022-07-20 12:05:09 +02:00
github-actions[bot]
90b206f2c6
Merge master into haskell-updates
2022-07-19 00:16:17 +00:00
maralorn
ee6f075310
Merge pull request #181966 from Atemu/git-annex-lsof
...
git-annex: wrap with lsof
2022-07-19 00:36:03 +02:00
Felix Springer
08d6da16d0
haskellPackages.monad-control-identity: mark as unbroken
...
Release 0.2.0.0 supports GHC 9.0.2.
2022-07-19 00:26:38 +02:00
Malte Brandy
91fa64052e
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-07-19 00:06:20 +02:00
Malte Brandy
72a19f20ad
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-07-18 23:20:01 +02:00
Atemu
7e9e6145e6
git-annex: wrap with lsof
...
Required by the assistant at runtime:
```
$ nix-shell --pure -p git git-annex
$ git annex assistant
git-annex: The lsof command is needed for watch mode to be safe, and is not in PATH.
To override lsof checks to ensure that files are not open for writing
when added to the annex, you can use --force
Be warned: This can corrupt data in the annex, and make fsck complain.
```
2022-07-18 21:45:45 +02:00
Atemu
9c98a3908d
git-annex: wrap with coreutils on all platforms
...
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2022-07-18 21:45:36 +02:00
Dennis Gosnell
91bb48ab47
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-07-18 15:07:50 +09: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
a4bb1872e1
haskellPackages.cabal2nix-unstable: 2022-06-30 -> 2022-07-17
2022-07-17 15:32:03 +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
Malte Brandy
42343a63f4
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-07-17 11:02:04 +02:00
sternenseemann
fdbcbdab94
haskellPackages: mark builds failing on hydra as broken
2022-07-14 14:25:43 +02:00
sternenseemann
c5e304a480
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-07-14 14:05:34 +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
41048f0b46
haskell.packages.ghc923.servant-server: drop obsolete override
...
GHC 9.2 support has been upstreamed.
2022-07-13 15:44:13 +02:00
sternenseemann
ef4bc1efdd
haskell.packages.ghc923.cryptonite: 0.29 -> 0.30
...
The update officially introduces support for GHC 9.2 and the previous
was starting to fail to apply (due to hackage revisions, so probably
easy to fix). Since the changelog from 0.29 to 0.30 looks pretty
harmless, let's try updating.
2022-07-13 15:41:59 +02: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
0133c313c4
haskell.packages.ghc923.dbus: reflect 1.2.24 -> 1.2.25 update
2022-07-13 15:36:31 +02:00
sternenseemann
f2f8e3ca95
haskellPackages: reflect ghc-lib, ghc-lib-parser updates
2022-07-13 15:36:08 +02:00
sternenseemann
6eba1980d7
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-07-13 00:19:55 +02:00
sternenseemann
3cc7266312
haskellPackages: stackage LTS 19.14 -> LTS 19.15
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-07-13 00:19:54 +02:00
sternenseemann
2f5e7982ec
haskellPackages.postgrest: mark as broken
...
Doesn't build since it relies (among other constraints) on aeson 1.5.*.
2022-07-13 00:09:30 +02:00
Robert Vollmert
0d1e99decb
haskellPackages.hspec-wai-json: unbreak
2022-07-13 00:03:18 +02:00
Robert Vollmert
4cd2df0a47
haskellPackages.hasql-dynamic-statements: skip db dependent tests
2022-07-13 00:03:16 +02:00
Robert Vollmert
85dfc90f5a
haskellPackages: collect hasql test overrides in one place
2022-07-12 23:55:28 +02:00
sternenseemann
a3748c82fd
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-07-12 23:48:52 +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
sternenseemann
72eb38a823
haskell.packages.ghc923.validity: drop obsolete overrides
...
The GHC 9.2 compat issue has been fixed in validity 0.12.1.0, allowing
us to re-enable the test suite as well.
2022-07-12 18:30:55 +02:00
Robert Vollmert
643697757d
haskellPackages: unbreak configurator-pg, hasql-implicits
2022-07-11 17:39:53 +02:00
sternenseemann
4cbd28a70c
Merge remote-tracking branch 'origin/master' into haskell-updates
2022-07-11 15:54:35 +02:00
Robert Vollmert
51ae0c2a8c
haskell.packages.ghc923.protolude: drop obsolete patch
...
The issue addressed by the patch has been fixed since release 0.3.1,
and the patch fails to apply.
2022-07-11 15:52:37 +02:00
Artur Cygan
096ea49aa8
haskellPackages.clash-prelude: fix build by disabling tests
2022-07-10 04:01:27 +02:00
Dennis Gosnell
7f7bfa5e5f
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-07-08 15:06:33 +09:00
Roosemberth Palacios
9b702d6270
Add myself as maintainer for git-annex
2022-07-08 07:35:10 +02:00
Dennis Gosnell
f297d1ebd9
glirc: generate vty version that is compatible
...
Current latest vty on hackage is 5.36, but current glirc requires
vty-5.35.1.
2022-07-08 12:24:08 +09: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
Dennis Gosnell
6be4be4b11
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-07-07 21:20:08 +09:00
Dennis Gosnell
f45fce503d
haskellPackages: stackage LTS 19.13 -> LTS 19.14
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-07-07 21:18:15 +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
Dennis Gosnell
39401993df
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-07-07 17:29:53 +09:00
Dennis Gosnell
c16deed1a6
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-07-07 12:08:49 +09:00
Malte Brandy
a49a073fc0
haskellPackages.patch: back-pin patch to fix build
2022-07-07 00:49:22 +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
Dennis Gosnell
2275bc961e
Merge pull request #179925 from andrew-d/andrew/rio-skip-broken-test
...
haskellPackages.rio: skip a broken test on aarch64-darwin
2022-07-04 14:44:05 +09:00
Andrew Dunham
3f4d5f2cf8
haskellPackages.rio: skip a broken test on aarch64-darwin
2022-07-03 20:46:55 +01: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
3865a90172
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-07-03 01:31:41 +09:00
Robert Hensing
89b2001c30
Merge pull request #178337 from lovesegfault/cachix-new-nix
...
{cachix,hercules-ci-*}: update pin to nix_2_9
2022-07-01 11:29:09 +02:00
github-actions[bot]
4b87d7949b
Merge master into haskell-updates
2022-06-30 00:13:21 +00:00
Martin Weinelt
d27e6f2d05
haskellPackages: Unalias RunCommandNoCCLocal
2022-06-29 21:26:45 +02:00
Bernardo Meurer
c15e73a012
hercules-ci-{agent,cnix-expr,cnix-store}: pin to nix_2_9
2022-06-29 11:17:49 -04:00
Bernardo Meurer
956dd00dc7
cachix: pin to nix_2_9
2022-06-29 11:17:49 -04:00
Robert Hensing
d64780ea0e
Merge pull request #174176 from hercules-ci/buildFromCabalSdist
...
haskellPackages: Add buildFromCabalSdist (faster, tested)
2022-06-28 10:06:27 +02:00
Dennis Gosnell
352c7eaf9d
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-06-28 13:43:49 +09:00
Dennis Gosnell
7cc8942e14
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-06-27 01:53:52 +09:00
Dennis Gosnell
caea0835e4
haskellPackages: stackage LTS 19.12 -> LTS 19.13
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-06-27 01:49:12 +09:00
Dennis Gosnell
676188646f
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-06-27 00:01:57 +09:00
Malte Brandy
7d3e319949
haskellPackages.hls-floskell-plugin: Disable flaky test on arm
2022-06-24 11:58:33 +02:00
Dennis Gosnell
511201ded5
haskellPackages.hercules-ci-agent: remove no longer needed source override
2022-06-24 13:21:02 +09:00
Dennis Gosnell
8815590ac7
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-06-23 13:16:37 +09:00
Dennis Gosnell
30fa47e57e
haskellPackages: stackage LTS 19.11 -> LTS 19.12
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-06-23 13:14:40 +09:00
Dennis Gosnell
3f72ea8615
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-06-23 13:05:10 +09:00
sternenseemann
b43e94ff38
haskellPackages.cabal2nix-unstable: 2022-06-16 -> 2022-06-20
2022-06-20 13:32:44 +02:00
sternenseemann
076cf3c73c
haskellPackages.hpapi: limit to linux
...
The underlying package is only available on Linux.
2022-06-19 23:47:57 +02:00
sternenseemann
7503f25359
haskell.lib: make doDistribute respect badPlatforms
...
release-lib.nix's packagePlatforms will (understandably) take
hydraPlatforms at face value, so we need to make sure that we don't slip
anything actually unsupported in there.
2022-06-19 23:47:57 +02: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
sternenseemann
9a3e8f3cd4
haskellPackages.barbly: fix platforms meta attribute
2022-06-18 14:48:04 +02:00
sternenseemann
417f36e652
haskellPackages: utilise supported-platforms and platform groups
2022-06-18 11:26:52 +02:00
sternenseemann
067dee3d83
haskellPackages.cabal2nix-unstable: 2022-04-27 -> 2022-06-16
...
Note that we are not yet taking advantage of the new platform handling
properly which is why the diff looks odd in places.
2022-06-18 11:24:38 +02:00
Dennis Gosnell
88dcf0ff20
haskellPackages.arch-web: remove no longer needed jailbreak
2022-06-18 12:53:34 +09:00
Dennis Gosnell
2603fb65db
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-06-17 22:44:42 +09:00
Dennis Gosnell
dc81f68ca0
haskellPackages: stackage LTS 19.10 -> LTS 19.11
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-06-17 22:43:07 +09:00
Dennis Gosnell
863785142f
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-06-17 22:37:25 +09:00
Dennis Gosnell
1a3b6f206d
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-06-17 21:32:42 +09:00
Dennis Gosnell
9d037cf43f
haskellPackages.jsaddle-hello: mark broken on darwin
2022-06-17 17:51:22 +09:00
Dennis Gosnell
f967570b61
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-06-17 17:35:49 +09:00
Dennis Gosnell
4374838973
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-06-17 16:45:02 +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
Richard Marko
268caaa8ef
haskellPackages: update packages maintained by sorki
2022-06-17 08:19:13 +02:00
Michael Schneider
7bdd443f38
haskellPackages: unbreak autodocoded, validity-aeson
2022-06-16 15:29:52 +02:00
Dennis Gosnell
2533b1a2a6
Merge pull request #177489 from nomeata/joachim/ghcjs-base
...
haskell.packages.ghcjs.ghcjs-base: 0.2.0.3 → 0.2.1.0
2022-06-16 13:34:30 +09: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
4d1c1e3f4d
Merge pull request #177276 from trofi/workaround-fno-common-for-haskellPackages.lvmrun
...
haskellPackages.lvmrun: mark as broken
2022-06-14 10:24:49 +09:00
Joachim Breitner
8c77993daf
haskell.packages.ghcjs.ghcjs-base: 0.2.0.3 → 0.2.1.0
...
the new upstream release makes it build with aeson-2.0.
2022-06-13 10:34:00 +02:00
maralorn
dff27af18d
Merge pull request #176953 from libjared/ghcjs-aeson
...
haskell.packages.ghcjs.ghcjs-base: fix build
2022-06-12 15:36:13 +02:00
Joachim Breitner
6a7744bc41
haskellPackages.jsaddle-warp: no longer broken
...
it builds, so don’t mark it as broken
2022-06-11 19:22:26 +02:00
Sergei Trofimovich
742dfb63ae
haskellPackages.lvmrun: mark as proken
...
The package fails to build with upstream gcc-10 as:
ld: heap/bytes.o:(.data.rel.local+0x0): multiple definition of `bytes_ops';
core/loader.o:(.bss+0x0): first defined here
Upstream report: https://github.com/Helium4Haskell/lvm/pull/4
2022-06-11 12:18:39 +01:00
libjared
81b8cb8624
haskell.packages.ghcjs.ghcjs-base: fix build
...
The latest aeson doesn't build in ghcjs because it includes text-short
in its dependency tree, which hangs on checkPhase because it uses C FFI.
But since ghcjs-base has an upper bound on aeson<1.6 anyway, just
override it.
2022-06-08 13:30:13 -05: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
Dennis Gosnell
f7862834d8
haskellPackages.highlight: unbreak
2022-06-08 13:51:30 +09:00
sternenseemann
c9eb5b7acd
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-06-07 21:36:04 +02:00
sternenseemann
8c9b8d03b0
haskellPackages: stackage LTS 19.9 -> LTS 19.10
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-06-07 21:34:24 +02:00
sternenseemann
3910b36a70
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-06-07 21:23:53 +02:00
sternenseemann
d826ebc5a8
haskellPackages.aws-sns-verify: disable network dependent tests
2022-06-07 21:14:28 +02:00
sternenseemann
a05afc66e8
haskellPackages.NGLess: disable incomplete test suite
2022-06-07 21:14:28 +02:00
Malte Brandy
3586c258e8
haskell.packages.ghc923: pin fourmolu to 0.6.0.0
2022-06-05 23:08:03 +02:00
sternenseemann
70d95b25b6
haskellPackages.protolude: drop upstreamed patches
2022-06-05 13:47:28 +02:00
Malte Brandy
a0809c0293
haskellPackages.hoogleLocal: allow substitutes again
...
This is a follow up to the discussion in https://github.com/NixOS/nixpkgs/pull/165337
2022-06-05 13:17:43 +02:00
sternenseemann
2aa6ee92a6
glirc: 2.38 -> 2.39
2022-06-04 13:11:26 +02:00
sternenseemann
28e9666850
haskell.packages.ghc923.fourmolu: 0.6.0.0 -> 0.7.0.1
2022-06-04 12:12:43 +02:00
sternenseemann
305585788b
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-06-04 11:48:07 +02:00
sternenseemann
f2af258797
haskellPackages: stackage LTS 19.8 -> LTS 19.9
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-06-04 11:46:34 +02:00
sternenseemann
2a2bb553e7
haskellPackages.{glade,webkitgtk3}: mark as broken
...
These packages haven't been working for a while since they rely on
deprecated / outdated libs and also no longer work with the Haskell gtk
package we ship. Marking them as broken ensures that their reverse
dependencies won't be attempted to build which declutters our build
reports.
2022-06-04 10:55:54 +02:00
sternenseemann
0e5d12d65c
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-06-03 15:45:28 +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
f5fee51df8
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
Note: bloodhound and pcre2 fail at the moment, but they should be fixed
by the next Stackage / Hackage bump, so I am trying to save myself some
hassle by leaving them marked incorrectly for a bit.
2022-06-01 19:23:23 +02:00
sternenseemann
ad720c33b5
haskellPackages.purescript-{c,a}st: broken for GHC >= 9.0
2022-06-01 19:20:59 +02:00
sternenseemann
56bbe95331
haskellPackages.sensei: break infinite recursion
...
Not sure what exactly caused it, but we don't need to overrideScope
anymore since hspec_2_10_0 works as is. Since it's usually a test
dependency only we don't really risk inconsistent dependency errors if
we are diligent.
2022-06-01 14:22:00 +02:00
sternenseemann
9957da786e
haskellPackages.hspec_2_10_0: provide correct dependency versions
2022-06-01 12:50:37 +02:00