sternenseemann
fc1638c3ba
taffybar: inherit meta set from haskellPackages
2021-05-06 19:54:22 +02:00
sternenseemann
0781c31545
haskellPackages.arbtt: add missing frameworks for darwin
2021-05-06 19:35:36 +02:00
sternenseemann
a51a542d60
haskellPackages: fix eval of darwin specific overrides
2021-05-06 18:14:00 +02:00
sternenseemann
da347ae251
haskellPackages.arbtt: pass Foundation on darwin
2021-05-06 18:03:16 +02:00
sternenseemann
6b1ec5695f
haskellPackages.FractalArt: pass objc on darwin
2021-05-06 17:54:52 +02:00
sternenseemann
a5a9833855
haskellPackages.vinyl: disable failing doctests on aarch64
...
This is the same linking bug as encountered with trifecta and ad.
Also group these cases together.
2021-05-06 17:45:52 +02:00
sternenseemann
eaeb69862c
petrinizer: restrict platforms by sbv
...
sbv has the most limited range of platforms of the dependencies.
2021-05-06 16:24:58 +02:00
sternenseemann
73c2dd4aa6
petrinizer: fix build
...
* take z3 haskell package from haskellPackages
* take sbv 7.13 from haskellPackages, apply patch fixing build
with GHC >= 8.8.8
2021-05-06 11:43:59 +02:00
sternenseemann
abf5583c5a
haskellPackages.llvm-hs: disable tests on non-x86_64
...
Should fix build on aarch64, see linked issue.
2021-05-06 10:49:57 +02:00
sternenseemann
977ccbf6bf
hedgewars: portability is limited by fpc
2021-05-05 22:45:52 +02:00
sternenseemann
f5865286fd
haskellPackages.ad: fix build on aarch64
...
untested
2021-05-05 22:07:47 +02:00
sternenseemann
f5a9654af4
configuration-hackage2nix: fix typos, duplicate entries
2021-05-05 18:26:40 +02:00
sternenseemann
1c9ec1f3b3
haskellPackages: mark pkgs failing eval as unsupported on aarch64 / darwin
2021-05-05 18:16:29 +02:00
sternenseemann
a7dfc81ade
top-level/release-haskell.nix: support aarch64-linux and x86_64-darwin
...
top-level/release.nix builds haskellPackages on those systems as well,
so we should test on them as well. Currently we have virtually no
insight into the state on there.
2021-05-05 17:32:46 +02:00
sternenseemann
2222050406
haskell.packages.ghc901.lens: bump to 5.0.1
...
Release 5 introduced GHC 9.0 compatibility, but hasn't hit stackage yet.
2021-05-05 15:26:23 +02:00
sternenseemann
20020d3ec8
haskellPackages.hnix: unbreak
...
The mystery build failure was caused by having the same instance as an
orphan and imported from ref-tf 0.5 (why ever that doesn't warrant a
logged error message…). The solution for this is
https://github.com/haskell-nix/hnix/pull/918 , which sadly doesn't apply
cleanly on the hnix 0.12.0.1 tarball. Therefore I've backported the
patch until hnix hopefully gets a new hackage release soon.
2021-05-05 12:55:29 +02:00
sternenseemann
eb9b3a59f0
haskell.packages.ghc901: update to 5.6.2 to fix build
2021-05-05 11:45:52 +02:00
maralorn
a47bb0dfd2
Merge pull request #121688 from maralorn/improve-commit-messages
...
maintainers/scripts/haskell: Improve commit messages
2021-05-04 20:23:25 +02:00
sternenseemann
f9f78b82cf
ihaskell: clean up unnecessary doJailbreaks
2021-05-04 19:00:51 +02:00
Vaibhav Sagar
48e4953c0c
ihaskell: remove unnecessary ihaskell-display package
2021-05-04 18:34:50 +02:00
sternenseemann
fbe45054e4
haskellPackages.jsaddle: unbreak
...
Luckily, only version bounds with no weird GHC failures:
https://github.com/ghcjs/jsaddle/issues/123
2021-05-04 16:56:31 +02:00
sternenseemann
207651a347
Merge remote-tracking branch 'origin/master' into haskell-updates
2021-05-04 16:41:58 +02:00
sternenseemann
4da6569df4
haskellPackages.pinboard-notes-backup: add bdesham to maintainers
2021-05-04 16:40:08 +02:00
sternenseemann
917524cb39
pinboard-notes-backup: justStaticExecutables, move overrides
...
Should reduce closure size and reduce the difference between top-level
and haskellPackages version of pinboard-notes-backup.
2021-05-04 16:40:08 +02:00
Andreas Rammhold
94253a60ce
Merge pull request #121686 from alyssais/strace
...
strace: add myself as maintainer
2021-05-04 16:37:18 +02:00
Martin Weinelt
a1b341da7e
Merge pull request #121672 from dotlambda/esphome-dont-maintain
2021-05-04 16:15:32 +02:00
sternenseemann
75f01ec909
yi: unbreak
...
yi-language: apply patch allowing newer regex-* dependencies
2021-05-04 16:06:57 +02:00
William Johansson
745a8ea503
xen: remove unreferenced patches
2021-05-04 14:03:29 +00:00
ajs124
8a249aa732
exim: 4.94 -> 4.94.2
...
Fixes a dozen security vulnerabilities
2021-05-04 15:49:16 +02:00
Ryan Mulligan
cc8c35a260
Merge pull request #121683 from r-ryantm/auto-update/entr
...
entr: 4.8 -> 4.9
2021-05-04 06:46:10 -07:00
sternenseemann
ea71b0aa91
top-level/release-haskell.nix: also tests writers tests
...
This should show us what impact our changes have on writeHaskell.
2021-05-04 15:42:49 +02:00
sternenseemann
07dd4a91f5
top-level/release-haskell.nix: use top-level git-annex attribute
...
This saves us from the annoyances of the gitAndTools attribute set which
doesn't have recurseForDerivations and is thus ignored by
packagePlatforms.
2021-05-04 15:42:46 +02:00
sternenseemann
6784d2b87c
top-level/release-haskell.nix: add less obvious top-level haskell pkgs
...
These were found by grepping for haskellPackages in the whole
repository.
2021-05-04 15:41:59 +02:00
Luke Granger-Brown
66c384e30c
Merge pull request #121611 from lukegb/mercurial
...
mercurial: 5.6 -> 5.8, oxidize
2021-05-04 14:11:36 +01:00
Martin Weinelt
904991edd7
Merge pull request #121634 from WilliButz/update/hedgedoc/1.8.0
...
hedgedoc: 1.7.2 -> 1.8.0 (security)
2021-05-04 15:00:38 +02:00
Phillip Cloud
3e62e383f4
restream: init at 1.1 ( #120596 )
2021-05-04 14:45:22 +02:00
Martin Weinelt
1b9d08b250
esphome: add hexa to maintainers
2021-05-04 14:34:18 +02:00
Martin Weinelt
1305493e66
python3Packages.aioesphomeapi: add hexa to maintainers
2021-05-04 14:32:37 +02:00
sternenseemann
caf7725f95
stutter: move overrides into configuration-nix.nix
...
Move necessary overrides into configuration-nix.nix, so there's no
discrepancy between stutter and haskellPackages.stutter.
However the build of stutter is still broken its dependency snipcheck
doesn't build with the pandoc version we have.
2021-05-04 14:29:55 +02:00
Malte Brandy
f37d5402bc
maintainers/scripts/haskell: Improve commit messages
2021-05-04 14:29:45 +02:00
Alyssa Ross
8d76ef7355
strace: add myself as maintainer
...
I've been working on strace a bit recently, so I might have some
useful knowledge if we're ever having problems with it.
2021-05-04 12:14:59 +00:00
sternenseemann
86c975b00c
haskell-hyper: refactor expression
...
* Use stdenvNoCC
* Utilize unpackPhase, allow for patching
2021-05-04 13:59:26 +02:00
sternenseemann
517662d02d
haskellPackages.hyper-extra: unbreak
...
https://github.com/HeinrichApfelmus/hyper-haskell/issues/42
2021-05-04 13:59:26 +02:00
sternenseemann
48ba23210b
haskell-hyper: 0.1.0.2 -> 0.2.3.0
2021-05-04 13:59:26 +02:00
maralorn
88a71bb6a5
Merge pull request #121679 from sternenseemann/cabal2nix-latest-unstable-date
2021-05-04 13:56:03 +02:00
Fabian Affolter
109dabc40b
python3Packages.aioesphomeapi: add fab to maintainers
2021-05-04 13:51:39 +02:00
sternenseemann
794bc5e9ed
haskellPackages.cabal2nix-unstable: rename from cabal2nix-latest
2021-05-04 13:38:46 +02:00
sternenseemann
e30cf42f0c
haskellPackages.cabal2nix-latest: use unstable-YYYY-MM-DD format
...
This is the preferred format for things fetched from git or similar that
are not proper releases: https://nixos.org/manual/nixpkgs/stable/#sec-package-naming
Also we should think about making name and attribute name more
consistent: cabal2nix-latest -> cabal2nix-unstable
2021-05-04 13:38:46 +02:00
Fabian Affolter
0c75a43d62
Merge pull request #121675 from r-ryantm/auto-update/bpytop
...
bpytop: 1.0.64 -> 1.0.65
2021-05-04 13:35:18 +02:00
sternenseemann
648a5b14fb
haskellPackages.ihaskell-{display,basic}: jailbreak
...
Version bounds on base are too strict:
https://github.com/gibiansky/IHaskell/issues/1217
Fixes evaluation of top-level ihaskell.
2021-05-04 13:34:35 +02:00