sternenseemann
35a73693f4
haskellPackages: remove deprecated aliases mysql and utillinux
...
These attribute names were converted into aliases in the following
changes:
* 62733b37b4
* https://github.com/NixOS/nixpkgs/pull/104776
cabal2nix-unstable has been updated to be aware of these changes in
7a9080d774
, so these aliases should no
longer cause issues when evaluating with `allowAliases = false`.
2021-06-10 14:10:39 +02:00
sternenseemann
7a9080d774
haskellPackages.cabal2nix-unstable: 2021-05-28 -> 2021-06-10
2021-06-10 14:07:46 +02:00
Potato Hatsue
233087eb79
haskellPackages.nvfetcher: move overrideCabal to configuration-nix.nix
2021-06-10 09:50:57 +02:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
sternenseemann
57ec1813ff
haskell-generic-builder: allow passing flags to the test suite(s)
...
Every flag the generic builder receives via `testFlags` is passed via
`--test-option` [1] to `Setup.hs` which in turn passes them to the
underlying test suite binary. These wrapped options are added to
`checkFlagsArray` in `checkPhase`. This needs to be done in bash since
without structuredAttrs in nixpkgs so far, Nix arrays aren't properly
translated into bash arrays, so we'd have all sorts of quoting issues
when spaces are involved.
Re-using `checkFlags` and `checkFlagsArray` from standard stdenv
setup.sh also results in an additional feature: Using `overrideAttrs`
`checkFlags` and `checkFlagsArray` can additionally be overridden,
which allows passing extra flags to `Setup.hs` whithout being wrapped
with `--test-option`.
[1]: See also https://cabal.readthedocs.io/en/3.4/setup-commands.html?highlight=test-option#cmdoption-runhaskell-Setup.hs-test-test-option
According to the cabal-install man page this also allows passing
special variables which are substituted for other values
depending on context.
2021-06-09 15:09:00 +02:00
sternenseemann
8ba5828c24
haskellPackages: update list of transitively broken packages
2021-06-09 12:41:02 +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
13c72a9a82
haskellPackages.dhall-{nix,openapi}: pin to support dhall 1.38.*
2021-06-08 12:50:05 +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
d7b18cba1a
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-06-08 12:50:05 +02:00
sternenseemann
683d06d4ae
haskellPackages.discord-haskell: unbreak
2021-06-06 18:40:13 +02:00
sternenseemann
670d6ac458
haskell-generic-builder: fix buildTarget specification if isLibrary
...
If we don't pass buildTarget to ./Setup copy and buildTarget is not
empty it will try installing targets that don't exist and thus fail.
2021-06-06 18:40:13 +02:00
sternenseemann
05813f4bf4
hackage2nix: Mark failing builds broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-06-06 18:07:16 +02:00
sternenseemann
1fca83e1b6
haskellPakcages.reactive-balsa: disable on darwin
2021-06-06 17:57:14 +02:00
sternenseemann
778f07cea8
hackage2nix: Mark failing builds broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-06-06 17:27:18 +02:00
ernestkz
bd103151ea
haskellPackages.reactive-banana: unbreak
...
Co-authored-by: sterni <sternenseemann@systemli.org>
2021-06-06 16:48:37 +02:00
sternenseemann
5591b8e1fc
haskell.packages: let me maintain some more packages
2021-06-06 01:27:00 +02:00
sternenseemann
e4d21886f4
haskellPackages.tophat: unbreak
2021-06-05 18:39:33 +02:00
sternenseemann
776e8fd668
haskellPackages.nri-redis: disable tests
...
They require a local redis daemon running.
2021-06-05 17:56:33 +02:00
maralorn
b93c4e462b
Merge pull request #125805 from maralorn/static-cabal2nix
...
haskellPackages.cabal2nix-unstable: Use justStaticExecutables
2021-06-05 17:37:51 +02:00
Malte Brandy
51f2030430
haskellPackages.cabal2nix-unstable: Use justStaticExecutables
2021-06-05 16:55:24 +02:00
sternenseemann
24a4c65ca9
haskellPackages.pandoc-crossref: downgrade to retain pandoc 2.13 support
2021-06-05 12:59:38 +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
083ac8e64c
haskellPackages.llvmPackages: dontRecurseIntoAttrs
...
They are not an exposed part of haskellPackages per se, so we shouldn't
list them in nix-env. Additionally this should prevent the failed lldb
build from cluttering our jobset output.
2021-06-04 11:36:24 +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
Potato Hatsue
6c9f648f75
haskellPackages.uusi: add to top-level
2021-06-03 11:45:42 +02:00
sternenseemann
1be4cb6748
haskell-ci: no longer mark as broken
...
haskell-ci just builds (again?) without any necessary changes
2021-06-03 02:15:59 +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
sternenseemann
7d89be36a8
hackage-packages.nix: Regenerate based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-06-03 00:12:17 +02:00
sternenseemann
3317a7460b
Stackage Nightly: 2021-05-19 -> 2021-06-01
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2021-06-03 00:12:17 +02:00
(cdep)illabout
7191381b24
hackage-packages.nix: Regenerate based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-06-02 13:17:10 +09:00
Potato Hatsue
471399b772
haskellPackages.arch-web: unbreak
2021-06-02 11:28:42 +08:00
sternenseemann
e342bd5987
hackage-packages.nix: Regenerate based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-06-01 14:35:58 +02:00
Kerstin Humm
8f218b3a8c
haskell: add erictapen as maintainer for some packages
2021-06-01 14:35:01 +02:00
Kerstin Humm
b401b43209
haskellPackages.webify: unbreak, jailbreak, as patches are not upstreamable atm
2021-06-01 12:42:23 +02:00
sternenseemann
d68632f5fd
haskell.packages: regenerate package set
2021-06-01 12:36:18 +02:00
Kerstin Humm
8f33bb975d
haskellPackages.hakyll: unbreak, jailbreak, patch for pandoc version
2021-06-01 12:29:58 +02:00
(cdep)illabout
2451208b1b
haskell-updates: team workflow update link to matrix space
2021-05-30 21:55:55 +09:00
Dennis Gosnell
718ab6dada
Merge pull request #122728 from cdepillabout/haskell-updates-workflow
...
haskell-updates: add documentation for workflow
2021-05-30 14:24:25 +09:00
(cdep)illabout
95e7f26425
haskell-updates: update workflow documentation with a few small fixes
2021-05-30 14:16:03 +09:00
(cdep)illabout
adfec8b5e0
haskell-updates: update workflow documentation to expand section on merging master into haskell-updates
2021-05-30 13:31:29 +09:00
(cdep)illabout
6b80742d4d
haskell-updates: update workflow documentation to explain transitive broken package list
2021-05-30 13:19:56 +09:00
(cdep)illabout
bd6a1e163c
haskell-updates: update workflow documentation to put goal first
2021-05-30 11:53:07 +09:00
(cdep)illabout
197dae2b63
haskell-updates: add link for HACKING.md
2021-05-30 10:58:07 +09:00
(cdep)illabout
dcc4f8ee24
haskell-updates: add dot slash to commands in maintainer docs
2021-05-30 10:51:33 +09:00
Dennis Gosnell
532ce05a4e
haskell-updates: more fixes for workflow documentation
...
Co-authored-by: sterni <sternenseemann@systemli.org>
2021-05-30 10:49:58 +09:00
Potato Hatsue
b29dc5253d
haskellPackages.nvfetcher: add to top-level
2021-05-28 10:56:52 +08:00
(cdep)illabout
99e97c88f0
hackage-packages.nix: Regenerate based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-05-28 10:53:56 +09:00
(cdep)illabout
cd36dc4d98
haskellPackages.greenclip: unmark broken
2021-05-28 10:50:12 +09:00
(cdep)illabout
259177f109
haskellPackages.cabal2nix-unstable: update to latest version from github
2021-05-28 10:47:40 +09:00
(cdep)illabout
efd291080d
haskell-updates: small fixes
2021-05-27 21:58:52 +09:00
(cdep)illabout
3640440ed8
haskell-updates: more documentation
2021-05-27 21:36:13 +09:00
(cdep)illabout
2c9b564bd2
hackage2nix: Mark failing builds broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-05-26 10:39:08 +09:00
sternenseemann
7144de747b
bustle: remove darwin from platforms
...
The build fails due to the usage of unportable glibc functions. Since
there is probably little interest in bustle on darwin, there is no real
value in attempting to patch this.
2021-05-25 18:11:35 +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
Malte Brandy
a1b16d9782
haskellPackages.hls-class-plugin: Disable tests on darwin
2021-05-25 13:00:46 +02:00
sternenseemann
34de748dbf
haskellPackages.orbits: disable doctest on aarch64
...
aarch64 doctests fail in general due to a GHC bug
2021-05-23 17:25:24 +02:00
Malte Brandy
a9a4eb18b1
haskell: Add maintained packages for maralorn
2021-05-23 13:41:50 +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
(cdep)illabout
d45bcb549e
hackage-packages.nix: Regenerate based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-05-22 16:07:48 +09:00
Joe Hermaszewski
60aa19c761
haskellPackages: Add maintainer expipiplus1
...
Me and my packages. Some already have maintainers which I have left as
is.
2021-05-22 13:50:14 +08:00
rnhmjoj
830ef6422f
haskell-generic-builder: disable static PIE
2021-05-22 01:54:51 +09: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
154ff7ecc1
haskellPackages.diagrams-core: restrict to < 1.5.0
...
diagrams-core has adjusted to the Optional deprecation and monoid-extras
0.6, but the rest of the diagrams-* libraries haven't yet. Until that
happens we also need to pin it to an older version.
2021-05-20 12:16:09 +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
(cdep)illabout
8f9f70446e
haskellPackages.dyre: fix build by removing out-dated patch and pulling from upstream
2021-05-20 16:14:45 +09:00
(cdep)illabout
0eb2dc5d7b
hackage-packages.nix: mark broken packages and regenerate based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-05-20 10:06:23 +09: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
9c6c587e7a
haskell.packages.ghc{8104,901}: correct cabal-install override comment
2021-05-19 17:17:02 +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
f3119f03ac
haskell.packages.*.cabal-install: remove random, hashable overrides
...
These are not necessary anymore as stackage naturally contains random
1.2.0 and we apply the hashable fix globally as well.
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
20dd4577c7
haskellPackages: fix infinite recursion by disabling random's tests
...
random 1.2.0 has a new test suite with a lot of dependencies. Among
other packages it depends on doctest which depends on syb which depends
on tasty which depends on optparse-applicative which depends on
QuickCheck which depends on -- you guessed it -- random!
The cycle could be broken at any point of course, I've disabled the
tests on random here because it has seen the change that causes all
of this. However, we may also want to consider doing this for
optparse-applicative instead, since random seems like a more critical
package to run the tests for possibly? Not sure, looking for feedback.
2021-05-19 15:44:04 +02:00
(cdep)illabout
0a1c857489
hackage-packages.nix: Regenerate based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-05-19 21:31:19 +09:00
(cdep)illabout
ffb24a47f8
Stackage Nightly: 2021-05-10 -> 2021-05-19
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2021-05-19 21:28:03 +09:00
(cdep)illabout
3522051033
hackage2nix: Mark failing builds broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-05-19 10:37:22 +09:00
Robert Schütz
be1e5f9698
haskellPackages.futhark: use python3 instead of python37
2021-05-18 18:43:37 +02:00
sternenseemann
c7e74545ee
haskellPackages: fix eval of configuration-nix.nix
2021-05-18 18:12:18 +02:00
sternenseemann
f4c038f030
haskellPackages: disable failing doctests on aarch64
...
New hydra evaluation brought some additional intstances of this
happening to light.
2021-05-18 18:07:12 +02:00
sternenseemann
cbaa1c8a59
haskellPackages.hw-prim-bits: restrict to x86
...
Requires x86 assembler, so no luck building it anywhere else.
2021-05-18 17:48:31 +02:00
sternenseemann
a9a5465f84
haskellPackages.inline-asm: restrict to x86
...
Main executable uses x86 assembler, so we can't build it anywhere at
all.
2021-05-18 17:46:04 +02:00
sternenseemann
f95953424c
haskellPackages: add some arm-related issues to unsupported-platforms
...
* charsetdetect: dependency library which is vendored fails with a cpp
failure on aarch64. Could probably theoretically support aarch64, but
doesn't in practice.
* persist-state: aarch64 (no UNALIGNED_MEMORY) and armv7l (32 bit) fail
in cpp.
2021-05-18 17:08:42 +02:00
sternenseemann
84f49ed51f
haskellPackages.iniline-asm: only test on x86
...
x86 assembler doesn't compile on aarch64 of course.
2021-05-18 17:08:42 +02:00
sternenseemann
d640ce886a
haskellPackages.{blake3,seqalign,crc32c}: restrict platforms to x86
...
All of these packages use x86 intrinsics-related headers and don't
compile on non x86 platforms as a result.
These overrides should be refactored into the yaml configuration at some
point.
Resolves #122014 .
2021-05-18 17:08:42 +02:00
sternenseemann
a3fd86a3ba
haskellPackages: disable some more failing doctests on aarch64
...
This should conclude a pass of direct aarch64-linux failures related to
this issue on hydra. Subsequent evaluation may of course reveal more.
2021-05-18 17:08:42 +02:00
sternenseemann
556821055f
haskellPackages.taglib: add zlib to librarySystemDepends
...
Depends on zlib somehow (https://hydra.nixos.org/build/143009645/nixlog/1 )
which is not declared in the cabal file.
2021-05-18 00:07:06 +02:00
sternenseemann
17a71f3148
haskellPackages.update-nix-fetchgit: fix with hnix 0.13
2021-05-18 00:02:18 +02:00
Robert Schütz
957acfd89f
haskellPackages.cut-the-crap: use ffmpeg instead of ffmpeg_3
2021-05-17 14:32:21 +02:00
Gabriel Gonzalez
4f48006a0c
hackage2nix: Add Gabriel439 as maintainer
2021-05-17 12:09:12 +09:00
sternenseemann
c964bdf195
haskellPackages.xml-html-qq: disable broken doctests on aarch64
2021-05-16 22:09:14 +02:00
(cdep)illabout
0293c964de
haskellPackages.ldgallery-compiler: add pacien as maintainer
2021-05-16 17:09:57 +09:00
(cdep)illabout
b02bfdf75d
haskell2nix: alphabetize the package maintainers list
2021-05-16 17:06:19 +09:00
(cdep)illabout
c40e194de2
haskell-updates: more documentation
2021-05-16 15:48:35 +09:00
(cdep)illabout
b04a7d654c
hackage2nix: Mark failing builds broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-05-16 15:31:49 +09:00
(cdep)illabout
c59b436a61
haskellPackages: regenerate hackage-packages after adding cdepillabout as maintainer
2021-05-16 15:27:52 +09:00
(cdep)illabout
5c455dace1
haskellPackages: add cdepillabout as maintainer for password and termonad
2021-05-16 14:49:47 +09:00
Dennis Gosnell
3522110f87
Merge pull request #123094 from sternenseemann/dhall-nixasteriks-unbreak
...
haskellPackages.dhall-nix{,pkgs}: unbreak by allowing hnix 0.13
2021-05-16 14:26:18 +09:00
(cdep)illabout
6a07f2820d
haskellPackages.password, haskellPackages.password-instances, haskellPackages.scat: disable builds on arm
2021-05-16 11:41:01 +09:00
(cdep)illabout
67ebe5ad6d
haskellPackages.scrypt: move platform override to hackage2nix configuration
2021-05-16 11:02:35 +09:00
(cdep)illabout
195bf4e658
hackage2nix: sort unsupported platform list
2021-05-16 10:58:38 +09: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
Robert Schütz
31404dd2a2
haskellPackages.scrypt: only supports x86
2021-05-15 13:11:02 +02:00
(cdep)illabout
d74484dade
hackage-packages.nix: Regenerate based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-05-15 18:23:09 +09:00
Dennis Gosnell
8807e79bd6
Merge pull request #122806 from stephank/fix-haskell-packages-darwin
...
haskellPackages: mark linux-only packages
2021-05-15 18:19:06 +09:00
(cdep)illabout
f56b6e1f62
haskell-updates: more documentation
2021-05-15 18:10:35 +09:00
Malte Brandy
5caa523f8d
haskellPackages: Update transitively disabled packages
2021-05-14 23:58:30 +02:00
Malte Brandy
8c4331f13a
haskellPackages.generic-optics: Fix build
2021-05-14 23:57:55 +02:00
Stéphan Kochen
bc2528b6ab
haskellPackages: mark linux-only packages
2021-05-14 20:30:48 +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
a7d76a6cf0
haskellPackages.taffybar: add rvl to meta.maintainers
...
Add myself as a "maintainer" of taffybar, and also arbtt and lentil,
for which I have made build fixes in the past.
2021-05-13 10:01:51 +10:00
sternenseemann
bc10fb732b
haskellPackages.futhark: pin to 0.19.4 for compat with versions
...
versions in stackage is too old to support 0.19.5, so we pin futhark to
a version that does.
2021-05-12 18:39:06 +02:00
(cdep)illabout
3e84cfad8e
haskell-updates: add documentation for workflow
2021-05-12 22:39:50 +09:00
(cdep)illabout
6773b45e14
hackage-packages.nix: Regenerate based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-05-12 22:29:31 +09:00
Malte Brandy
73d4fa3e1f
hackage2nix: maralorn maintains more packages
2021-05-12 21:56:29 +09:00
Malte Brandy
3d33fadf3e
hackage-packages.nix: Regenerate based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-05-12 21:56:29 +09: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
ac667f26c1
hackage2nix: Mark failing builds broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-05-11 23:13:25 +02:00
Malte Brandy
b729cc4565
haskellPackages.haskell-language-server: Fix build
2021-05-11 19:59:55 +02:00
Malte Brandy
b3c521a562
haskellPackages.hls-plugin-api: Pin version to fix ghcide
2021-05-11 17:55:42 +02:00
Malte Brandy
8ed841a90d
haskellPackages.phonetic-languages-phonetics-basics: Remove obsolete patch
2021-05-11 17:08:18 +02:00
Malte Brandy
464c4992d2
haskellPackages.ghcide: Pin version to fix hls build
2021-05-11 16:26:00 +02:00
sternenseemann
3699b5b74c
haskellPackages.hyper-extra: remove unnecessary override
2021-05-11 14:51:40 +02:00
sternenseemann
75fc94d3cc
haskellPackages.monoid-extras: pin to < 0.6
...
The diagrams libraries universe still uses monoid-extras 0.5.1 and build
failures start cropping up when upgrading it. Since no other packages I
am aware of use this, we can pin it to 0.5.1 which still uses Option
instead of Maybe (the former of which is deprecated).
Patching this seems like a lot of work that'd break other stuff because
Option is seemingly part of the public API. Let's hope they sort all of
that out themselves before base 4.15 comes around in our main package
set.
2021-05-11 14:51:40 +02:00
Malte Brandy
26b6d2238c
hackage-packages.nix: Regenerate based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-05-11 02:34:21 +02:00
Malte Brandy
ad425b5cfb
Stackage Nightly: 2021-05-07 -> 2021-05-10
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2021-05-11 02:32:26 +02:00
Malte Brandy
2a11ad94c6
haskellPackages.reflex-dom-*: Remove more aarch64 builds
2021-05-11 02:07:04 +02:00
Malte Brandy
6af00835f7
haskellPackages.reflex-dom: Deactivate arm-build
2021-05-11 01:48:15 +02:00