sternenseemann
21b675e30b
haskellPackages.reflex-libtelnet: restrict to platforms.linux
2022-08-06 14:39:34 +02:00
sternenseemann
07c82debac
haskellPackages.keid-*: restrict to x86_64-linux
...
The combination of the following dependencies…
* geomancy (only x86 due to intrinsics)
* vulkan (i686 and darwin don't work apparently)
…leaves us with effectively a single platform that works and we can test
in practice, x86_64-linux.
2022-08-06 14:36:58 +02:00
sternenseemann
f52b0f1ff4
haskellPackages.HQu: use supported-platforms list
2022-08-06 14:21:23 +02:00
sternenseemann
a466470a2b
haskellPackages: mark supported-platfroms reverse deps of scrypt
...
Previously we used unsupported-platforms which is less correct, as the
criterium is support for SSE2.
2022-08-06 14:17:12 +02:00
sternenseemann
830914e78f
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-08-06 13:54:34 +02:00
sternenseemann
1fafd4b37c
haskellPackages: temporarily test entire package set on Hydra
...
Empty list of broken and transitive broken packages to make Hydra build
all of them. After Hydra is finished, we'll be able to repopulate these
lists with mark-broken.sh and reveal some stale broken flags in the
process, hopefully.
2022-08-04 16:40:25 +02:00
sternenseemann
17746af0c5
Merge remote-tracking branch 'origin/master' into haskell-updates
2022-08-04 14:31:47 +02:00
sternenseemann
531ff521d4
nixos/xmonad: rename NIX_GHC env var to XMONAD_GHC
...
Upstream XMonad was using our xmonad patch file for their flake build to
support our nixos module. This would of course break the build upstream
if the version we patched and their master branch diverged. We
[discussed] that it'd make sense to upstream the environment var code.
In the process it seemed sensible to rename the NIX_GHC variable as
well, since it isn't really Nix-specific – it's just a way to set the
GHC binary to execute. This change has been [implemented] upstream in an
unreleased version of xmonad now – meaning we'll be able to drop the
xmonad patch soon!
This also clarifies the situation in nixpkgs a bit: NIX_GHC is easy to
confuse with the environment variable used in the ghcWithPackages
wrapper where it is used to set an alternative prefix for a GHC-wrapper
for applications trying to discover it via e.g. ghc-paths. It is an
implementation detail in this context, as it is in the case of the
xmonad module. Since they are different implementations doing different
things, different names also make sense.
[discussed]: 36d5761b3e
[implemented]: 23f36d7e23
2022-08-04 14:29:05 +02:00
sternenseemann
6a8ad0a973
haskellPackages.uniform-fileio: disable tests incompatbile with HTF >= 0.15
2022-08-01 16:20:20 +02:00
sternenseemann
7d4b4a6625
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-08-01 16:17:22 +02:00
Malte Brandy
3ca851a1d1
haskell.packages.ghc924.hiedb: dontCheck
2022-08-01 14:41:25 +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
120a70d038
haskellPackages.cabal-hoogle: disable cabal v2 layout dependent test
2022-07-31 12:50:28 +02:00
sternenseemann
b319a5ceb5
haskellPackages.levenshtein: remove broken flag
...
Compile failure has been resolved upstream!
Closes #183151 .
2022-07-31 12:44:05 +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
9a61ce5aad
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-07-31 12:08:51 +02:00
sternenseemann
4cb27809af
haskellPackages: stackage LTS 19.16 -> LTS 19.17
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-07-31 12:07:19 +02:00
Alyssa Ross
5330c0a1af
treewide: use isAarch where appropriate
2022-07-30 16:18:27 +00:00
sternenseemann
7d9730733f
all-cabal-hashes: 2022-07-26T16:57:53Z -> 2022-07-27T11:03:11Z
...
haskellPackages: regenerate package set based on current config
This commit has been generated by
maintainers/scripts/haskell/update-hackage.sh and
maintainers/scripts/haskell/regenerate-hackage-packages.sh.
2022-07-27 18:03:52 +02:00
sternenseemann
e33e2ac2f2
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-07-27 17:34:04 +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
dd7b0dca7b
haskellPackages.flac: unbreak
...
The system library reference has been fixed in cabal2nix HEAD recently.
2022-07-26 22:31:31 +02:00
sternenseemann
5a1b7ea735
haskell.packages.ghc941.terminfo: not a core pkg if cross compiling
...
Reference #182873 and #182785 .
2022-07-26 21:11:49 +02:00
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