Commit Graph

9415 Commits

Author SHA1 Message Date
maralorn
2a3a9b7896
Merge pull request #319648 from rnhmjoj/pr-haskell-fixes-back
[24.05] Assorted haskellPackages fixes
2024-06-14 18:08:57 +02:00
rnhmjoj
e4fc2a0ddb
haskellPackages.scat: unbreak
(backport of commit 4636757b18)
2024-06-14 17:05:28 +02:00
rnhmjoj
4444868251
haskellPackages.selda: unbreak
(backport of commit 9106eb8ad9)
2024-06-14 17:04:54 +02:00
rnhmjoj
bdb7e0d485
haskellPackages.leveldb-haskell: unbreak
(backport of commit 1516a75687)
2024-06-14 16:59:31 +02:00
Robert Hensing
0c67740589
haskell-modules/generic-builder: Point doc link to stable 2024-06-13 00:44:31 +02:00
Robert Hensing
83934fced1 doc/haskell: Dedup and edit justStaticExecutables
Make sure all relevant info is in the user manual and avoid duplication
of efforts, or things going out of sync.

(cherry picked from commit ce81cf0ee1)
2024-06-12 22:42:41 +00:00
Robert Hensing
d416be563d haskell.lib.compose.justStaticExecutables: Unforbid references to GHC for backport 2024-06-13 00:19:10 +02:00
sternenseemann
19983e10e0 haskellPackages.mkDerivation: no rebuild w/o disallowedRequisites
This change ensures that packages won't be rebuild compared to before
the introduction of disallowedRequisites/disallowGhcReference unless
they use one of those arguments.

It may be nice to revert this in the future (via staging) for greater
simplicity, but will help with initial regression testing.

(cherry picked from commit 0454f7b8ee)
2024-06-13 00:19:10 +02:00
Rebecca Turner
d2bd9e54e0 haskell.lib.compose.justStaticExecutables: Forbid references to GHC
This makes `justStaticExecutables` error if the produced store path
contains references to GHC. This is almost always erroneous and due to
the generated `Paths_*` module being imported. This helps prevent
`justStaticExecutables` from producing binaries with closure sizes in
the gigabytes.

See: https://github.com/NixOS/nixpkgs/issues/164630

Co-authored-by: sternenseemann <sternenseemann@systemli.org>

(cherry picked from commit d2618822ab)
(minus release note)
2024-06-13 00:19:10 +02:00
sternenseemann
e39b98ea5d haskell.packages.*.ghc-tags: unbreak
This just requires picking the right version of the package for all
compiler versions.

(cherry picked from commit bd6942679c)
2024-06-13 00:17:05 +02:00
sternenseemann
cdf14645f9 haskell.packages.ghc90.ghc-lib*: use 9.2.* versions
This matches what we do for GHC 8.10.7 where we also can't build the 9.6
versions.

(cherry picked from commit 8ff463e9fc)
2024-06-13 00:17:05 +02:00
sternenseemann
54d19d1349 haskell.packages.ghc98.ghc-lib: downgrade to match ghc-lib-parser*
I suspect that we'll be able to upgrade to 9.10.* for all three packages
after the next haskell-language-server update. I'll leave that to
maralorn.

(cherry picked from commit b30eb6f3db)
2024-06-13 00:17:05 +02:00
Pascal Wittmann
0fee8b14eb haskell.packages.*.yesod-csp: unbreak
builds fine since 2.6.0

(cherry picked from commit 2a461c2d93)
2024-06-11 07:31:14 +00:00
sternenseemann
8b7b723e74 elmPackages.elmi-to-json: fix incorrect broken flag
(cherry picked from commit f166c7778c)
2024-06-09 01:37:14 +02:00
Naïm Favier
0e94e7cbb8
Merge pull request #315302 from messemar/backport-313661-to-release-24.05
[Backport release-24.05] haskellPackages.chs-cabal: downgrade to 0.1.1.1 to fix build
2024-06-03 10:53:11 +02:00
Julian Stecklina
c786700fb7 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh

(cherry picked from commit 07641f2966)
2024-05-28 10:27:15 +02:00
Julian Stecklina
be178251f8 haskellPackages.chs-cabal: downgrade to 0.1.1.1 to fix build
(cherry picked from commit f909eba353)
2024-05-28 10:27:09 +02:00
Mathis Antony
02c22a632e haskellPackages.di-core: unbreak on darwin
One of the tests is flaky and fails sometimes on darwin, linux builds
don't seem to be affected. This change removes the failing assert on
darwin.

(cherry picked from commit 42ade6365d)
2024-05-27 08:36:38 +00:00
Naïm Favier
9215d3b1f7
haskell.packages.ghc98.haskell-language-server: fix 2024-05-19 18:38:39 +02:00
Naïm Favier
3e388ddad1
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1806395](https://hydra.nixos.org/eval/1806395) of nixpkgs commit [10e1e11](10e1e11b8e) as of 2024-05-19 15:04 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-05-19 17:12:43 +02:00
Naïm Favier
b10ba2dbc2
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-05-19 16:59:08 +02:00
Naïm Favier
a3053c44ca
Merge branch 'master' into haskell-updates 2024-05-19 16:57:12 +02:00
Owen Shepherd
7c470de6ac
chore: Unmark haskellPackage.language-thrift as broken 2024-05-19 16:42:12 +02:00
Naïm Favier
a0ee869018
Merge pull request #304335 from phijor/cornelis
cornelis: init at 2024-04-08
2024-05-19 14:31:31 +02:00
Naïm Favier
45a8c71517
haskellPackages.erebos-tester: only on Linux 2024-05-19 14:05:29 +02:00
Naïm Favier
10e1e11b8e
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-05-19 13:45:46 +02:00
Naïm Favier
1ee63219e2
haskellPackages: fix eval 2024-05-19 13:43:03 +02:00
maralorn
789d2b8871 taffybar: Drop obsolete patch 2024-05-19 12:49:05 +02:00
maralorn
01737f49e1 git-annex: Update hash 2024-05-19 12:48:44 +02:00
maralorn
1faadcf514 haskell-language-server: Fix build 2024-05-19 00:27:07 +02:00
maralorn
fb1675a382 haskellPackages.pandoc-crossref: Don‘t check 2024-05-18 22:59:10 +02:00
Naïm Favier
2c6ddcc7ed
Merge pull request #312653 from mpscholten/ihp-shx
haskellPackages.ihp-hsx: unbroken
2024-05-18 16:38:57 +02:00
Marc Scholten
fc7a7dd2f7 haskellPackages.ihp-hsx: unbroken
With v1.3 ihp-hsx should work now
2024-05-18 15:01:40 +02:00
Marc Scholten
caccbc6bf1 haskellPackages.http2-client: unbroken
This package works fine locally. Looks like the failing build was fixed with the recent release
2024-05-18 14:39:28 +02:00
Naïm Favier
b21e7b31b3
Merge pull request #312541 from alexfmpe/reflex-dom
haskellPackages.reflex-dom: platform fixes
2024-05-18 13:17:01 +02:00
github-actions[bot]
154bc6bfe6
Merge master into haskell-updates 2024-05-18 00:12:56 +00:00
Alexandre Esteves
f5835de64e haskellPackages.reflex-dom: fix build on darwin 2024-05-18 00:12:55 +01:00
Alexandre Esteves
c80804cd10 haskellPackages.commutative-semigroups: fix build on some platforms 2024-05-18 00:12:42 +01:00
Alexandre Esteves
34a074380c haskellPackages.ghc-lib: fix eval 2024-05-17 18:35:03 +01:00
Domen Kožar
4074fcd0f2 cachix: 1.7 -> 1.7.3 2024-05-17 13:05:07 +01:00
Daniel Hill
8fae074346 haskellPackages.evdev: Remove broken flag 2024-05-17 20:27:40 +12:00
Philipp Joram
8be493adf2 haskellPackages.cornelis: fix build 2024-05-15 18:07:18 +03:00
Philipp Joram
14ec6c7b86 haskellPackages.cornelis: Add malo and phijor as maintainers 2024-05-15 18:04:26 +03:00
Naïm Favier
0695aa4999
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-05-15 14:54:18 +02:00
Naïm Favier
201a2462bd
haskellPackages: stackage LTS 22.18 -> LTS 22.22
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2024-05-15 14:52:20 +02:00
Naïm Favier
bb132441ea
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1806304](https://hydra.nixos.org/eval/1806304) of nixpkgs commit [e49079e](e49079e5ca) as of 2024-05-15 07:51 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-05-15 09:56:26 +02:00
Naïm Favier
130bc7e398
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-05-15 09:43:13 +02:00
maralorn
913d0dba69
Merge pull request #311547 from alexfmpe/aeson-gadt-th
haskellPackages.aeson-gadt-th: fix build
2024-05-14 08:59:55 +02:00
Alexandre Esteves
5da3c0c305 haskellPackages.aeson-gadt-th: fix build 2024-05-14 04:19:50 +01:00
Alexandre Esteves
8d465db72b haskellPackages.dependent-sum-template: fix build 2024-05-14 03:56:03 +01:00