Commit Graph

651 Commits

Author SHA1 Message Date
sternenseemann
4279643c4c haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1809515](https://hydra.nixos.org/eval/1809515) of nixpkgs commit [e7735af](e7735afbdc) as of 2024-10-21 19:40 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-10-21 21:58:16 +02:00
Rodney Lorrimar
126e642fea
haskellPackages.pipes-extras: jailbreak to fix the build
I'm not sure why this needs a jailbreak. There is already a hackage
revision to fix it:
https://hackage.haskell.org/package/pipes-extras-1.0.15/revisions/
2024-10-18 09:46:01 +08:00
Rodney Lorrimar
a8533ac55f
haskellPackages.reflex-gi-gtk: jailbreak to fix the build 2024-10-18 09:46:00 +08:00
Rodney Lorrimar
4b4284053e
haskellPackages.reflex-gloss: jailbreak to fix the build 2024-10-18 09:45:59 +08:00
Rodney Lorrimar
40f1e8f5e7
haskellPackages.gi-gtk-declarative: Fix build 2024-10-18 09:45:58 +08:00
Rodney Lorrimar
9bdc0e46de
haskellPackages.vivid: Fix build with a small patch
Some library dependency must have stopped re-exporting 'void', so now
it needs an extra import line.

This package doesn't have any VCS repo.
2024-10-18 09:45:57 +08:00
Rodney Lorrimar
58f617819c
haskellPackages.reflex-sdl2: not broken 2024-10-18 09:45:56 +08:00
Rodney Lorrimar
ea350e4ef8
haskellPackages.dear-imgui: Fix build 2024-10-18 09:45:54 +08:00
sternenseemann
087b35da82 glirc, haskellPackages.irc-core: unbreak after latest release(s) 2024-10-17 15:14:22 +02:00
Francesco Gazzetta
be9931955d haskellPackages.{gemini-server,language-gemini}: Unmark broken
Fixed in revisions 3 and 2
2024-10-14 09:53:15 +02:00
sternenseemann
e742aa029a haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1809145](https://hydra.nixos.org/eval/1809145) of nixpkgs commit [3c833cf](3c833cfcd1) as of 2024-10-01 18:51 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-10-02 00:27:53 +02:00
maralorn
9e1b3019b4
haskellPackages.system-fileio: disable checks (#339341) 2024-09-07 22:50:44 +02:00
maralorn
adf1e11079
haskellPackages.diohsc: unbreak (#339302) 2024-09-07 22:44:43 +02:00
Finn Landweber
e2af344be5
haskellPackages.system-fileio: disable checks 2024-09-07 22:26:55 +02:00
maralorn
ae3938baff
haskellPackages.clash-prelude: Unmark broken
Builds without problem
2024-09-07 16:19:23 +02:00
Marcin Serwin
84d63aeb6b
haskellPackages.diohsc: unbreak 2024-09-03 19:47:44 +02:00
sternenseemann
0c924ab22a haskellPackages.sdl2: work around argv limit 2024-09-01 13:21:09 +02:00
sternenseemann
569f3e8c5b haskellPackages.postgresql-libpq: >= 0.10.2 and deps are broken
postgresql-libpq >= 0.10.2 invented a frankly bizarre way to discover
the libpq dependency of never actually declaring the dependency in any
cabal file, but instead discovering during configure whether it happens
to be installed anyways. Obviously this will require special
consideration from our side. (Probably we'll continue using pkg-config
which requires us to manually add pkg-config and libpq to the build
environment of postgresql-libpq-pkgconfig.)

Since Stackage LTS doesn't contain >= 0.10.2 yet, I'll ignore this for
now as I lack the patience at the moment.
2024-09-01 11:22:22 +02:00
sternenseemann
b385174fed haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1808565](https://hydra.nixos.org/eval/1808565) of nixpkgs commit [179b0a9](179b0a961b) as of 2024-08-31 14:05 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-09-01 10:56:15 +02:00
maralorn
9ac9aaddf0
haskellPackages.opencv-extra: Mark broken 2024-08-29 01:43:31 +02:00
maralorn
dc4ab29a43 haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1808369](https://hydra.nixos.org/eval/1808369) of nixpkgs commit [f3583fa](f3583fa38b) as of 2024-08-19 22:22 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-08-20 00:24:29 +02:00
Rodney Lorrimar
cd3a7f51ad
haskellPackages.quickcheck-state-machine: Fix build failure in tests 2024-08-18 16:33:24 +08:00
Rodney Lorrimar
b1379365c0
haskellPackages.quickspec: Unmark broken
Package version 2.1.5 failed to build and was therefore marked broken.

Package version 2.2 has fixed the twee-lib dependency version
constraint and can build successfully.
2024-08-18 15:47:44 +08:00
Alexandre Esteves
c6aa022e6a haskellPackages.posix-api: jailbreak to unbreak 2024-08-16 01:26:32 +01:00
Ben Orchard
539749190a haskellPackages.bytezap: unbreak 2024-08-09 04:37:17 +01:00
Alexander Foremny
a503b3afa1 haskellPackages.dunai: unbreak
dunai by default depends on transformers <6.0.0. The list-transformer
flag has to be enabled to build against newer versions of transformers.
2024-08-07 14:29:20 +02:00
maralorn
269d73766f haskellPackages: Mark packages with failed builds broken 2024-07-31 23:01:19 +02:00
maralorn
00e2f1e748
Merge pull request #328911 from alexfmpe/pipes-aeson
haskellPackages.pipes-aeson: fix build
2024-07-25 23:04:34 +02:00
maralorn
42223ca763
Merge pull request #329200 from Profpatsch/purescript-unbreak
Purescript unbreak
2024-07-25 23:01:23 +02:00
maralorn
ec5bc77b2c
Merge pull request #329585 from mpscholten/fix-pdftotext
haskellPackages.pdftotext: break
2024-07-25 22:52:58 +02:00
maralorn
6dd4fde86e
Merge pull request #328705 from alexfmpe/large-records
haskellPackages.large-records: adjust to new release
2024-07-25 22:49:05 +02:00
Marc Scholten
99181fe913 haskellPackages.pdftotext: unbreak
Fixes https://github.com/NixOS/nixpkgs/issues/319365

Build of pdftotext was broken caused by a recent cabal change introduced via https://github.com/haskell/cabal/pull/9200
2024-07-24 11:10:28 -07:00
Profpatsch
afce93f732 purescript: unbreak package by fixing imports for new mtl
mtl decided to un-export `Control.Monad` and `Data.Monoid`, which in
itself is fine, but of course it breaks everything.
2024-07-22 18:50:35 +02:00
Alexandre Esteves
8bb380efbb haskellPackages.pipes-aeson: fix build 2024-07-21 14:32:51 +01:00
Alexandre Esteves
5b25c2ab26 haskellPackages.avro: unbreak with upstream patch 2024-07-21 00:23:41 +01:00
Alexandre Esteves
a0e8537975 haskellPackages.large-records: adjust to new release 2024-07-20 18:27:05 +01:00
Manuel Bärenz
9a636a1ac6 haskellPackages.free-algebras: Unmark broken 2024-07-17 13:20:39 +02:00
maralorn
b2deb40d3d
haskellPackages: Mark failing builds broken 2024-07-15 00:00:49 +02:00
maralorn
f55d58cfa1
haskellPackages.llvm-tf: Remove broken flag 2024-07-13 13:32:30 +02:00
maralorn
237294dbf9
haskellPackages.fwgl-javascript: Mark broken
To fix eval
2024-07-09 23:49:42 +02:00
maralorn
e41416b504
haskellPackages.rhine: Fix build by bumping monad-schedule 2024-07-09 20:39:10 +02:00
sorki
05cecbfb69 haskellPackages.serialport unmark broken 2024-07-08 13:03:15 +02:00
maralorn
75bb5191a7
Merge pull request #323273 from mpscholten/fix-th-desugar
haskellPackages.ghc98: fix singletons packages
2024-07-04 14:50:29 +02:00
Marc Scholten
45c7333061 haskellPackages.ghc98.singletons-base: 3.2 -> 3.3 and unbroken 2024-06-28 18:45:49 -07:00
Alexandre Esteves
5f1eda1463 haskellPackages.argon2: fix build 2024-06-24 22:29:57 +01:00
maralorn
c66cab93ce
haskellPackages.hevm: Unmark broken 2024-06-24 09:28:16 +02:00
ners
a034c0b57a haskellPackages.lsp-client: unmark broken 2024-06-22 14:38:46 +02:00
maralorn
17d6c2325c
Merge pull request #321004 from alexfmpe/ghcjs-wrap-up
haskellPackages: wrap up loose ends in js context
2024-06-20 00:26:02 +02:00
Leo Coogan
f7227f3597 haskellPackages.hledger-iadd: Remove broken flag 2024-06-19 15:13:17 +02:00
Alexandre Esteves
d98cbf29a2 haskellPackages.ghcjs-websockets: fix build under old ghcjs 2024-06-19 08:27:04 +01:00