Commit Graph

9277 Commits

Author SHA1 Message Date
Naïm Favier
25f42f0350
Merge pull request #302351 from phijor/agda-separate-bin-output
haskellPackages.Agda: Split outputs to reduce closure size
2024-04-14 09:56:56 +02:00
maralorn
409af192f4 haskellPackages.eventlog2html: Fix build 2024-04-09 22:39:45 +02:00
maralorn
0f1b64f05b
Merge pull request #302302 from mpscholten/fix-currencies
haskellPackages.currencies: Unbroken
2024-04-08 10:02:25 +02:00
Marc Scholten
4fd42c86fa haskellPackages.currencies: Unbroken
The build is broken because the package hasn't been updated for text >= 2 yet
2024-04-08 08:06:56 +02:00
Philipp Joram
294245f750 haskellPackages.Agda: Split outputs to reduce closure size
After enabling a separate binary output for the `Agda` Haskell package,
the new `bin` output measures ~100MiB, compared to the ~4.5GiB before.
Using it in `agdaWithPackages` reduces the closure size of an Agda
installation from ~5GiB to ~3GiB.  The remaining space is taken up
mostly by the GHC backend.

With this change, derivations depending on `haskellPackages.Agda`
directly need to pick the right (binary) output.  This concerns in
particular `emacsPackages.agda2-mode`.
2024-04-07 16:36:57 +03:00
Marc Scholten
636a1226a8 haskellPackages.zip: Don't check
Tests fail on macOS right now

https://github.com/mrkkrp/zip/issues/112
2024-04-07 12:34:41 +02:00
Naïm Favier
c07cc01560
cabal-install: fix 2024-04-03 13:46:24 +02:00
maralorn
af997fc9f8
Merge pull request #297239 from slotThe/optparse-applicative-cmdline-util-unbreak-021
haskellPackages.optparse-applicative-cmdline-util: unbreak
2024-04-02 22:47:29 +02:00
maralorn
6c0ef7cb9d
Merge pull request #300506 from eldritch-cookie/hls-ghc9.8-2023-03
haskell.packages.ghc98.aeson: jailbreak
2024-04-02 22:12:05 +02:00
Tony Zorman
adb6af6e87 haskellPackages.kmonad: unbreak 2024-04-02 20:30:42 +02:00
Tony Zorman
02c86f89ca haskellPackages: add slotThe as maintainer for kmonad
I have a commit bit for the repo + Hackage, so can react quickly.
2024-04-02 20:30:41 +02:00
Naïm Favier
67fc6ff7ff
haskellPackages.castagnoli: unbreak 2024-04-01 18:01:52 +02:00
Naïm Favier
7b0a5c5404
haskellPackages.smtp-mail: remove obsolete patch 2024-04-01 17:51:04 +02:00
Naïm Favier
829ed35978
haskellPackages: fix eval 2024-04-01 11:20:16 +02:00
Tony Zorman
f622969b9a haskellPackages.optparse-applicative-cmdline-util: unbreak 2024-03-31 22:04:10 +02:00
Eldritch Cookie
5ee48ebd34 haskell.packages.ghc98.aeson: jailbreak 2024-03-31 13:18:15 -03:00
Naïm Favier
1125177568
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-03-31 12:22:36 +02:00
Naïm Favier
e400baa30f
haskellPackages: stackage LTS 22.13 -> LTS 22.14
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2024-03-31 12:21:00 +02:00
Naïm Favier
3a3c84e192
haskellPackages.idris: fix 2024-03-31 12:00:23 +02:00
Naïm Favier
d33dfa5311
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1805331](https://hydra.nixos.org/eval/1805331) of nixpkgs commit [506e353](506e353092) as of 2024-03-31 08:52 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-03-31 11:00:31 +02:00
Naïm Favier
92514e4863
Merge branch 'master' into haskell-updates 2024-03-31 10:23:44 +02:00
maralorn
471337c65d
Merge pull request #297228 from MangoIV/mangoiv/unbreak-fused-effects
haskellPackages.fused-effects: jailbreak + unbreak dependents
2024-03-30 22:56:03 +01:00
Eldritch Cookie
a12e54d1a9 haskellPackages.tasty-autocollect: fix build by disabling tests 2024-03-30 10:26:09 -03:00
Phillip Seeber
ed91367686
haskellPackages.cpython: mark broken on non x86_64-linux (#299810)
* haskellPackages.cpython: x86 only

* Update pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml

---------

Co-authored-by: Naïm Favier <n@monade.li>
2024-03-30 11:33:07 +01:00
Naïm Favier
f3239b1422
haskellPackages.reflex-dom: fix
Add a build dependency on `libXtst` to a couple packages.
2024-03-29 12:58:05 +01:00
Naïm Favier
da32320429
Merge pull request #299962 from turion/dev_fix_cabal-gild
haskellPackages.cabal-gild: Fix build
2024-03-29 12:32:16 +01:00
Naïm Favier
1f2da0697c
haskell.packages.ghc92.haskell-language-server: fix
Remove the dependencies on ormolu and fourmolu, and mark the
corresponding plugin components as non-buildable.
2024-03-29 12:23:39 +01:00
Manuel Bärenz
1ec7dbf2f2 haskellPackages.cabal-gild: Make myself maintainer 2024-03-29 11:46:29 +01:00
Manuel Bärenz
d6c30ff33a haskellPackages.cabal-gild: Fix build 2024-03-29 11:46:29 +01:00
github-actions[bot]
8de0afeb83
Merge master into haskell-updates 2024-03-28 00:12:55 +00:00
Marc Scholten
fe098465ff haskell.packages.ghc98.inflections: jailbreak 2024-03-26 11:53:01 +01:00
Naïm Favier
71bccf1ae3
Merge branch 'haskell-updates' into stripe-packages 2024-03-26 11:44:20 +01:00
Naïm Favier
3d3fe7da95
Merge pull request #299122 from mpscholten/string-random
haskellPackages.string-random: jailbreak on ghc9.8
2024-03-26 11:43:22 +01:00
Marc Scholten
4144a84970 haskell.packages.ghc98.stripe-signature: jailbreak 2024-03-26 10:43:17 +01:00
Marc Scholten
14d6740986 haskell.packages.ghc98.stripe-concepts: jailbreak 2024-03-26 10:43:10 +01:00
Marc Scholten
7332fdc7e6 haskell.packages.ghc98.string-random: jailbreak 2024-03-26 10:42:09 +01:00
Naïm Favier
9fd49998ec
Merge pull request #299118 from mpscholten/pcre-heavy
haskellPackages.pcre-heavy: unbreak for ghc9.8
2024-03-26 10:38:53 +01:00
Marc Scholten
feae2b1e69 haskellPackages.pcre-heavy: unbreak for ghc9.8 2024-03-26 09:53:08 +01:00
hellwolf
727df1e93f
haskellPackages.HSH: patch openFd function from unix package 2024-03-25 23:45:18 +02:00
sternenseemann
c667f803b6 haskell.packages.ghc9{2,4}.primitive-addr: lift bounds over downgrading
The lower base bound is actually not justified and we can just continue
using the default version of primitive addr like we do for GHC < 9.0.

This commit partially reverts 908f4e0789.
2024-03-24 15:30:49 +01:00
Marc Scholten
24ebdb1b06 haskellPackages.mmark-ext: unbreak on ghc9.8 2024-03-24 02:23:58 +01:00
Robert Scott
06c30f68c6 niv: wrap binary supplying runtime nix dependency in PATH 2024-03-24 00:04:35 +00:00
sternenseemann
c774347c25 haskell.compiler.ghcHEAD: 9.9.20231121 -> 9.11.20240323
Adds a new core package `os-string`.
2024-03-23 15:45:14 +01:00
sternenseemann
b79cc961fe haskell.packages.ghc{810,90}.primitive-addr: lift lower base bound 2024-03-23 13:15:46 +01:00
eldritch-cookie
26e23b1899
haskellPackages.type-errors: fix build (#297432)
* haskellPackages.type-errors: fix build

* Update pkgs/development/haskell-modules/configuration-common.nix

---------

Co-authored-by: Naïm Favier <n@monade.li>
2024-03-22 12:21:58 +01:00
sternenseemann
3bde60c0e3 haskell-ci: build with pinned ShellCheck == 0.9.0 2024-03-22 12:13:05 +01:00
sternenseemann
70a00dffc8 jacinda: provide alex-3.5.1.0 as requested 2024-03-21 21:29:23 +01:00
sternenseemann
20155eee75 futhark: build with zlib-0.7.0.0 2024-03-21 21:20:22 +01:00
Vladimír Čunát
f373ad52f1
Merge master into haskell-updates 2024-03-21 09:21:50 +01:00
maralorn
7c668395e4 haskellPackages.eventlog2html: Add patch 2024-03-20 23:16:43 +01:00