Malte Brandy
7b92c7f795
haskellPackages.hackage-db: Reactivate hydra job
2021-06-12 19:27:16 +02:00
sternenseemann
f1692c9431
haskellPackages.parallel-io: remove now unnecessary override
2021-06-09 12:32:07 +02:00
Matthieu Coudron
121fdde827
haskellPackages.wide-word: unbreak
...
tests added breaking constraints which seem safe to lift.
Co-authored-by: sterni <sternenseemann@systemli.org>
2021-06-09 12:22:00 +02:00
sternenseemann
0b4e5efe09
haskellPackages.discord-haskell: build example binaries again
...
This reverts commit 683d06d4ae
. upstream
resolved the issue we were experiencing.
2021-06-08 12:50:05 +02:00
sternenseemann
683d06d4ae
haskellPackages.discord-haskell: unbreak
2021-06-06 18:40:13 +02:00
ernestkz
bd103151ea
haskellPackages.reactive-banana: unbreak
...
Co-authored-by: sterni <sternenseemann@systemli.org>
2021-06-06 16:48:37 +02:00
sternenseemann
9b1e0e4b74
haskellPackages.jsaddle-webkit2gtk: remove now unnecessary patch
...
Upstream seems to have fixed the issue in the meantime -- without merging
Malte's PR, however.
2021-06-05 02:29:27 +02:00
sternenseemann
6609035410
haskell.packages: group all diagrams overrides
2021-06-05 01:08:43 +02:00
sternenseemann
e6cf0980db
haskellPackages.diagrams-lib: pin to < 1.4.4
...
While diagrams-lib 1.4.4 doesn't per se require us to update any
diagrams lib to 1.5.0 it would require monoid-extras 0.6 which would
force us to update diagrams-core to 1.5.0, thus breaking
haskellPackages.diagrams.
Since we can just keep the patch we fetch and downgrade to 1.4.3, we
can continue sitting out the slow update cycle of the diagrams universe.
2021-06-05 01:05:49 +02:00
sternenseemann
9a0592e682
Revert "haskell.packages: remove constraint on monoid-extras"
...
This reverts commit 52d69816b0
.
Unfortunately there is no way to update to monoid-extras 0.6 yet without
marking some packages as broken. The issue is that not all diagrams*
packages have had an update adding support for GHC 9.x yet (which would
also include monoid-extras 0.6 support). The only alternative to pinning
diagrams* and monoid-extras would be to have mismatched versions between
them which always causes issues with haskellPackages.diagrams.
Note that this commit re-introduces some build failures which are to be
fixed in a follow-up commit.
2021-06-05 01:05:32 +02:00
sternenseemann
6e9760124b
haskellPackages.diagrams-rasterific: unbreak
2021-06-03 12:31:24 +02:00
sternenseemann
52d69816b0
haskell.packages: remove constraint on monoid-extras
...
Seems like the monoid-extras situation wasn't as bad as I thought and
some new releases in the meantime make every diagrams package we had
working previously work again.
* haskellPackages.monoid-extras: 0.5.1 -> 0.6
* haskellPackages.diagrams-lib: remove now unnecessary patch
* haskellPackages.namespace: jailbreak to build with new monoid-extras
2021-06-03 12:29:44 +02:00
sternenseemann
67c5d844e1
haskellPackages.hnix: make build with relude < 1.0
...
The commits we revert still do the trick, but we need to revert one
additional commit now which increases the lower version bound for
relude.
2021-06-03 01:35:28 +02:00
Joe Hermaszewski
c5b75e96d9
haskellPackages.hnix: Remove patches now present on Hackage
2021-06-03 01:22:16 +02:00
Joe Hermaszewski
5ccfe3400e
haskellPackages.update-nix-fetchgit: Remove patches now present on Hackage
2021-06-03 01:22:16 +02:00
sternenseemann
f0db036283
haskellPackages.parallel-io: update override comment
2021-06-03 01:16:35 +02:00
sternenseemann
0b93c12bd4
haskell.packages: remove obsolete source overrides
...
Both taffybar and ap-normalize where bumped to a version newer than the
last hackage pin which we have caught up with now, so we can clean up
those.
2021-06-03 00:53:44 +02:00
Kerstin Humm
b401b43209
haskellPackages.webify: unbreak, jailbreak, as patches are not upstreamable atm
2021-06-01 12:42:23 +02:00
Kerstin Humm
8f33bb975d
haskellPackages.hakyll: unbreak, jailbreak, patch for pandoc version
2021-06-01 12:29:58 +02:00
sternenseemann
d1f97a0dfb
haskellPackages.ap-normalize: 0.1.0.0 -> 0.1.0.1
...
Manually upgrade for darwin build fix.
2021-05-25 17:30:48 +02:00
Rodney Lorrimar
aa34feebd8
haskellPackages.taffybar: override src until next Hackage update
...
Taffybar 3.2.5 fixes dyre compatibility, but is not in
Hackage as of 2021-05-19T07:17:55Z.
2021-05-23 14:08:52 +10:00
sternenseemann
7559b35d90
haskellPackages.libarchive: don't parallelize test suite
...
hspec is invoked with -j1 in the hopes that this migitates the issue of
the current failures on Hydra: https://github.com/vmchale/libarchive/issues/20
2021-05-22 17:48:58 +02:00
Joe Hermaszewski
4d9f73595f
haskellPackages.hnix: Patch to fix broken location annotations
...
Also reenable tests for update-nix-fetchgit
2021-05-22 16:29:55 +08:00
sternenseemann
2ce6cdb88f
haskellPackages.sbv_7_13: pin dependency crackNum to < 3.0
...
3.0 for some removed its library, so we need to retain a version prior
to that for building sbv_7_13 (which we need for petrinizer).
2021-05-22 00:15:39 +02:00
Malte Brandy
00cca094c4
haskellPackages: Remove obsoletes patches for gtk-sni-tray and taffybar
2021-05-20 14:27:05 +02:00
sternenseemann
eb196dea43
haskellPackages.lsp-test: disable test suite again
...
I removed the `dontCheck` override accidentally when cleaning up eval
errors.
2021-05-20 12:30:12 +02:00
sternenseemann
88ad7c8ef6
haskellPackages.alpaca-netcode: disable flaky test
2021-05-20 10:28:21 +02:00
sternenseemann
a16119c325
haskellPackages.Euterpea: jailbreak
...
Compiles with random 1.2.0, but bounds are too strict. Just fully
jailbreak instead of patching the bounds like before (upstream
maintenance seems poor at this point, so this is futile work
unfortunately).
2021-05-20 09:56:42 +02:00
sternenseemann
fa700b55d1
haskellPackages.language-docker: use sdist
...
The upstream issue has been resolved and the current hackage sdist does
include everything necessary for running its test suite.
2021-05-20 09:49:14 +02:00
sternenseemann
81cfe88222
haskellPackages.parallel-io: jailbreak
...
too strict bound on random
2021-05-20 00:47:41 +02:00
sternenseemann
99acf0863b
haskellPackages.MissingH: jailbreak
...
too strict bound on random
2021-05-20 00:44:40 +02:00
sternenseemann
8014f4fe29
haskellPackages.dhall-nix{,pkgs}: remove cabal revision pins
...
We got these cabal file revisions with our hackage update, so we can
remove it from the common configuration file.
2021-05-20 00:37:23 +02:00
sternenseemann
9b79de383c
haskellPackages.hnix: make sure patches apply
...
Cabal revisions can break the patches we apply, so we'll need to make
any necessary changes to the cabal file with patches ourselves.
2021-05-20 00:21:55 +02:00
sternenseemann
dcaa389959
haskellPackages.glirc: remove jailbreak
2021-05-19 15:47:09 +02:00
sternenseemann
e4c634d687
haskellPackages.glirc: remove unnecessary random override
...
random 1.2.0 is our default version now.
2021-05-19 15:44:04 +02:00
sternenseemann
e467c282ba
haskellPackages.hashable: make test suite work with random 1.2.0
...
hashable's test suite pins random to < 1.2 even in the latest release on
hackage, but lifting the bound fixes the build without any issues. Using
a patch so we are reminded to remove it when it's unnecessary.
2021-05-19 15:44:04 +02:00
sternenseemann
89ca3346f0
haskellPackages.lsp-test: remove unnecessary override
...
We arrived at 0.14.0.0 naturally via stackage.
2021-05-19 15:44:04 +02:00
sternenseemann
17a71f3148
haskellPackages.update-nix-fetchgit: fix with hnix 0.13
2021-05-18 00:02:18 +02:00
sternenseemann
08d32364b1
haskellPackages.dhall-nixpkgs: unbreak by allowing hnix 0.13
...
Pull revised cabal file before next hackage update.
2021-05-15 13:40:12 +02:00
sternenseemann
8404fa68a7
haskellPackages.dhall-nix: unbreak by allowing hnix 0.13
...
Pull revised cabal file before next hackage update.
2021-05-15 13:38:00 +02:00
Malte Brandy
8c4331f13a
haskellPackages.generic-optics: Fix build
2021-05-14 23:57:55 +02:00
Malte Brandy
814c7e8ce3
Merge branch 'master' into haskell-updates
2021-05-13 14:15:19 +02:00
sternenseemann
ad52ecce40
haskellPackages.hnix: fix build with stackage relude and semialign
...
https://github.com/haskell-nix/hnix/pull/922 removed a few build-depends
from hnix.cabal which are still required until the following constraints
apply to stackage:
* relude >= 1.0.0.0
* semialign >= 1.2
Luckily, we can simply revert a few commits from master and add
semialign-indexed to resolve this without too much hassle nor
extra-packages (which may cause us trouble through propagation of a
newer relude).
2021-05-13 11:47:21 +02:00
sternenseemann
52c8b2de4e
haskellPackages.hnix: remove now unnecessary patch
...
New release 0.13.0.1 introduced support with ref-tf >= 0.5, so we can
remove our patch for that purpose.
2021-05-13 11:47:21 +02:00
Rodney Lorrimar
80969cc4ec
haskellPackages.taffybar: fix build
...
Add patches to allow building with gi-gdkpixbuf_2_0_26
Upstream PRs:
- https://github.com/taffybar/gtk-sni-tray/pull/25
- https://github.com/taffybar/taffybar/pull/507
2021-05-12 22:48:03 +10:00
Malte Brandy
8ed841a90d
haskellPackages.phonetic-languages-phonetics-basics: Remove obsolete patch
2021-05-11 17:08:18 +02:00
sternenseemann
3699b5b74c
haskellPackages.hyper-extra: remove unnecessary override
2021-05-11 14:51:40 +02:00
Malte Brandy
853c140696
haskellPackages: Mark more failing builds broken
2021-05-10 22:36:42 +02:00
Tom Sydney Kerckhove
e9a31d983b
haskellPackages.bson: unbreak
...
Co-authored-by: sterni <sternenseemann@systemli.org>
2021-05-10 13:13:09 +02:00
sternenseemann
6b491e513b
haskellPackages.large-hashable: unbreak
...
Compilation failures are related to GHC updates and other issues which
have been resolved on the package's development repository, but not yet
released. Fetching two patches resolves the problems which is probably a
midterm solution since the repository hasn't seen any activity this year
yet.
2021-05-10 13:13:09 +02:00