Dennis Gosnell
32eecc6cc9
haskellPackages.heystone: fix darwin dylibs
2023-02-12 11:25:33 +09:00
Ellie Hermaszewska
45c9465025
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1790450](https://hydra.nixos.org/eval/1790450 ) of nixpkgs commit [3eecda0
](3eecda0ad6
) as of 2023-02-10 10:47 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-02-10 18:49:59 +08:00
maralorn
bc0633140b
haskellPackages.pandoc-cli: Mark broken until we bump stackage
2023-02-08 12:03:43 +01:00
maralorn
ed5543bcca
haskellPackages.pandoc-crossref: Backpin for LTS compat
2023-02-08 11:54:21 +01:00
github-actions[bot]
f812f1aa6a
Merge master into haskell-updates
2023-02-08 00:13:23 +00:00
maralorn
ad4a70b4b6
Merge pull request #215169 from ncfavier/haskell-unused-patches
...
haskellPackages: remove unused patches
2023-02-07 23:08:27 +01:00
Naïm Favier
43da01b0c9
haskellPackages: remove unused patches
2023-02-07 18:59:47 +01:00
superherointj
e9cf3f794a
haskellPackages.hslua-core: skip tests for Musl
...
* Fixes #214916
2023-02-06 22:14:25 -03:00
github-actions[bot]
671861e24b
Merge master into haskell-updates
2023-02-07 00:14:50 +00:00
Jason Yundt
b1bb9bb6c8
treewide: fix backwards smart apostrophes
...
According to the Unicode Standard, you should use U+2019 RIGHT SINGLE
QUOTATION MARK for apostrophes [1]. Before this change, some of the text
in this repo would use U+2018 LEFT SINGLE QUOTATION MARKs instead.
[1]: https://www.unicode.org/versions/Unicode15.0.0/ch06.pdf#G12411
2023-02-06 07:24:42 -05:00
sternenseemann
5318038186
haskellPackages.ghcWithPackages: fix whitespace alignment
2023-02-05 14:01:25 +01:00
sternenseemann
f45f7cb3e0
haskellPackages: support hadrian libdir layout
2023-02-05 14:01:25 +01:00
sternenseemann
a9b8a272ea
haskellPackages.mkDerivation: refactor libdir calculation
2023-02-05 14:01:25 +01:00
sternenseemann
18c0c48857
haskellPackages.mkDerivation: buildPkgDb: use haskellCompilerName
2023-02-05 14:01:25 +01:00
Peter Simons
20f68e74e8
haskell.packages.ghc94.haskell-language-server: update list of supported plugins
2023-02-04 15:48:44 +01:00
Peter Simons
f0a4d98333
haskell.packages.ghc94.ormolu: use latest version for ghc-9.4.x
2023-02-04 15:48:44 +01:00
Peter Simons
bfd3325932
haskell.packages.ghc94.libmpd: needs a jailbreak to succeed
2023-02-04 15:45:54 +01:00
Naïm Favier
83f8025e54
haskellPackages.hslua-list: unmark as broken
2023-02-04 12:39:45 +01:00
sternenseemann
ef3a8f19ac
haskell.packages.ghc94.{glib,cairo,pango}: apply cabal#8455 fix
...
The package also need an additional jailbreak due to a strict text
bound. https://github.com/gtk2hs/gtk2hs/issues/323#issuecomment-1416723309
2023-02-04 12:34:07 +01:00
Peter Simons
962633e4d1
haskell.packages.ghc94.gtk2hs-buildtools: gtk2hs setup hook broken for ghc-9.4.4
...
See https://github.com/gtk2hs/gtk2hs/issues/323 for details.
2023-02-04 12:34:07 +01:00
sternenseemann
63862f4a66
haskell.packages.ghc94.X11-xft: automate workaround for cabal#8455
...
The current workaround for the regression is propagating the
runtime dependency closure (technically only Requires.private in the
pkg-config files). This can easily be done automatically by mimicking
how e.g. pkgsStatic converts buildInputs to propagatedBuildInputs.
This is extracted into a helper function,
__CabalEagerPkgConfigWorkaround, which can be applied to any package
easily.
2023-02-04 12:34:07 +01:00
sternenseemann
b2c5d3449b
haskellPackages: propagate platform meta values where necessary
2023-02-04 00:27:37 +01:00
maralorn
0cc336141b
Merge pull request #214173 from ncfavier/hls
...
haskell-language-server: fix
2023-02-03 14:55:29 +01:00
github-actions[bot]
69514aad3b
Merge master into haskell-updates
2023-02-03 00:13:26 +00:00
Naïm Favier
77d65a56a9
haskell-language-server: fix
2023-02-02 13:45:03 +01:00
sternenseemann
a0b05699ae
haskell.packages.ghc92.weeder: pin to supported 2.4.* versions
...
weeder 2.5.* requires GHC 9.4
2023-02-02 12:46:21 +01:00
Peter Simons
0bd808eebb
haskell.packages.ghc944.X11-xft: add missing build-time dependencies
...
The packages has additional system dependencies when compiled in the
ghc-9.4.x package set.
2023-02-02 09:12:10 +01:00
sternenseemann
c57b63152a
Merge remote-tracking branch 'origin/master' into haskell-updates
2023-01-31 13:25:41 +01:00
sternenseemann
a16864e2bf
git-annex: update sha256 for 10.20230126
2023-01-31 11:15:25 +01:00
sternenseemann
3ecdb69dd6
haskellPackages.FailT: remove broken flag
...
https://github.com/lehins/FailT/issues/1#issuecomment-1380597329
2023-01-31 11:07:14 +01:00
sternenseemann
7a70efc3e5
haskellPackages.hopenssl: link against openssl 3.0
...
https://github.com/peti/hopenssl/issues/5#issuecomment-1383686682
2023-01-31 10:59:07 +01:00
maralorn
6af08442d6
haskellPackages.pandoc-{cli,crossref}: Make maralorn maintainer
2023-01-29 22:32:59 +01:00
maralorn
0ff0d08f69
haskellPackages.streamly-bytestring: Fix build and make maralorn maintainer
2023-01-29 22:28:11 +01:00
maralorn
8298122fcb
haskellPackages.graphql-client: Fix build and make maralorn maintainer
2023-01-29 22:28:10 +01:00
maralorn
3b23105b0b
haskellPackages.clay: Fix build and make maralorn maintainer
2023-01-29 22:28:10 +01:00
maralorn
3988efd73f
haskellPackages.ghcide: Drop maintainership
...
Because I only care about it as a dependency of haskell-language-server
2023-01-29 22:28:09 +01:00
Dennis Gosnell
3ead6d0322
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-01-29 20:31:44 +09:00
maralorn
e92ea6d48d
haskellPackages: Fix eval by bumping pinned versions
2023-01-29 12:10:44 +01:00
Dennis Gosnell
9dd80f0e9e
Merge pull request #212967 from raehik/haskell-unbreak-bytepatch
...
haskellPackages.bytepatch: unmark broken
2023-01-29 16:08:47 +09:00
Patrick Steele
c4d460810e
haskellPackages: mark some broken packages as not broken
2023-01-29 15:50:18 +09:00
Dennis Gosnell
00e91ba531
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-01-29 15:32:35 +09:00
Ben Orchard
4cf2e4c26e
haskellPackages.bytepatch: unmark broken
2023-01-28 16:43:36 +00:00
Dennis Gosnell
0c439eaa45
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-01-28 15:28:05 +09:00
Dennis Gosnell
e4541bccd5
haskellPackages: stackage LTS 20.6 -> LTS 20.8
...
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2023-01-28 15:25:40 +09:00
github-actions[bot]
578f1ba854
Merge master into staging-next
2023-01-26 18:01:29 +00:00
sternenseemann
738bf6e95d
haskellPackages.bytepatch: mark as broken
2023-01-25 17:30:55 +01:00
sternenseemann
15b1767c70
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1789692](https://hydra.nixos.org/eval/1789692 ) of nixpkgs commit [f22d2b2
](f22d2b21d8
) as of 2023-01-25 16:08 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-01-25 17:12:36 +01:00
sternenseemann
65beecb5d9
haskell.packages.ghc92.{jacinda,regex-rure}: drop stale overrides
...
These were necessary since our broken flags were based on GHC 9.0. This
is not the case anymore and they are correct from the get-go.
2023-01-25 16:33:44 +01:00
sternenseemann
f8d0403e2e
haskellPackages.brick-skylighting: drop stale version constraint
...
We _need_ brick-skylighting-1.0 now to be compatible with the latest
brick version. matterhorn still needs the old 0.3 version, as it is also
still using an old brick version.
2023-01-25 16:30:46 +01:00
sternenseemann
48eface5ca
haskellPackages.shake-cabal: downgrade to match Cabal version
...
haskell.packages.ghc94.shake-cabal: use latest version to match Cabal
2023-01-25 16:29:15 +01:00