Commit Graph

8944 Commits

Author SHA1 Message Date
Damien Cassou
adb7face9a
haskellPackages.hledger: add bash completion files 2024-01-04 22:13:48 +01:00
Damien Cassou
0528b99d21
haskellPackages.hledger: rename utility function
The function installs more than just man pages.
2024-01-04 20:30:25 +01:00
Damien Cassou
5606a1fd63
haskellPackages.hledger: remove unnecessary comment 2024-01-04 20:28:50 +01:00
maralorn
18a01f3fd9 haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1803308](https://hydra.nixos.org/eval/1803308) of nixpkgs commit [eb6169a](eb6169a4a7) as of 2024-01-02 01:20 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-01-02 02:24:55 +01:00
Rodney Lorrimar
111c8d73a4
haskellPackages.postgrest: Add more build-depends for 12.0.2 2024-01-01 23:17:16 +01:00
Rodney Lorrimar
677d868ca3
haskellPackages.postgrest: 11.2.2 -> 12.0.2
https://github.com/PostgREST/postgrest/releases/tag/v12.0.2
2024-01-01 23:17:15 +01:00
Stefan Frijters
36f775a9bc
haskellPackages.postgrest: 10.1.1 -> 11.2.2 and fix build 2024-01-01 23:17:15 +01:00
maralorn
2684e3ea4b haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1803300](https://hydra.nixos.org/eval/1803300) of nixpkgs commit [f963570](f963570024) as of 2024-01-01 16:49 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2024-01-01 17:55:27 +01:00
maralorn
15257e4500 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2024-01-01 17:44:42 +01:00
maralorn
119323d46c Merge branch 'master' into haskell-updates 2024-01-01 17:43:12 +01:00
maralorn
1e946f853a
Merge pull request #278074 from trofi/haskell.packages.ghc865Binary-fix-eval
haskell.packages.ghc865Binary: drop unevaluatable packages
2024-01-01 17:33:22 +01:00
maralorn
4f32f9677a
Merge pull request #278069 from trofi/haskell.packages.ghc810-fix-evaluation
haskell.packages.ghc810: drop unevaluatable packages
2024-01-01 17:31:46 +01:00
Sergei Trofimovich
c8b5413fa6 haskell.packages.ghc865Binary: drop unevaluatable packages
`haskell.packages.ghc865Binary` has a few packages that fails to evaluate
by referring non-existent attributes. This turns evaluation attempts into
unrecoverable errors.

Before the change an attempt to instantiate all `ghc810` packages failed
as:

    $ nix-instantiate --strict --eval --expr 'with import ./. {}; lib.mapAttrs (n: v: builtins.tryEval (lib.isDerivation v)) haskell.packages.ghc865Binary'
    error:
       … while evaluating the attribute 'llvmPackages'

         at lib/attrsets.nix:1180:11:

         1179|     attrs:
         1180|     attrs // { recurseForDerivations = false; };
             |           ^
         1181|

       error: value is null while a set was expected

The change follows definition of `pkgs/top-level/haskell-packages.nix`
and also sets `llvmPackages` to `null`. While at it dropped other
references to deleted packages like `exceptions` pin.
2024-01-01 14:46:40 +00:00
Sergei Trofimovich
e649d53618 haskell.packages.ghc810: drop unevaluatable packages
`haskell.packages.ghc810` has a few packages that fails to evaluate by
referring non-existent attributes. This turns evaluation attempts into
unrecoverable errors.

Before the change an attempt to instantiate all `ghc810` packages failed
as:

    $ nix-instantiate --strict --eval --expr 'with import ./. {}; lib.mapAttrs (n: v: builtins.tryEval (lib.isDerivation v)) haskell.packages.ghc810'
    error:
       error: attribute 'stylish-haskell_0_14_3_0' missing
       at pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix:114:33:

          113|   hlint = self.hlint_3_4_1;
          114|   stylish-haskell = doJailbreak self.stylish-haskell_0_14_3_0;
             |                                 ^
          115|
       Did you mean stylish-haskell_0_14_4_0?

The change drops overrides that refer non-existent packages.
2024-01-01 14:14:56 +00:00
maralorn
aa84d903e1 haskellPackages.compact: Unmark broken 2024-01-01 15:11:40 +01:00
maralorn
a7baccff6f Merge branch 'master' into haskell-updates 2024-01-01 14:25:26 +01:00
maralorn
91065f31dd
Merge pull request #275606 from sternenseemann/misc-release-haskell
haskell: fixes for the benefit of the haskell-updates jobset
2024-01-01 14:19:00 +01:00
maralorn
77480e1fa4
Merge pull request #273955 from zeuner/haskell-alsa-local
haskellPackages.PortMidi: fix ALSA plugins load path
2024-01-01 14:15:49 +01:00
maralorn
258151d138 haskellPackages.update-nix-fetchgit: Fix build 2024-01-01 14:00:07 +01:00
Dennis Gosnell
9a00eb1250
haskellPackages.gi-vte: fix by adding missing gi-cairo dep 2023-12-27 09:23:06 +09:00
mangoiv
e4f3eb40c1
haskell.packages.ghc96.warp_3_3_29; change to 3_3_30 cause it
doesn't exist anymore
2023-12-22 23:07:42 +01:00
maralorn
8c8f4de4b6
Merge pull request #276009 from rvl/haskell-updates-warp_3_3_31
haskellPackages.warp: enable tests and fix eval error
2023-12-22 11:18:57 +01:00
maralorn
04a4f1f8a5 git-annex: bump hash 2023-12-22 11:12:13 +01:00
Rodney Lorrimar
a6e59fff33
haskellPackages.warp: enable tests and fix eval error 2023-12-22 16:34:17 +08:00
sternenseemann
3d2fdba896 pkgsCross.*.haskell.packages.ghc96.terminfo: fix evaluation 2023-12-20 10:57:08 +01:00
sternenseemann
21acd3b787 haskell.packages.*.{terminfo,xhtml}: allow builds on Hydra for cross
We have some jobs that hit this case in release-haskell.nix, but they
are not actually created, since we forgot to relax hydraPlatforms…
2023-12-20 10:50:28 +01:00
github-actions[bot]
0b3450476c
Merge master into haskell-updates 2023-12-20 00:10:48 +00:00
Motiejus Jakštys
5a098d2cb6 haskellPackages.hopengpg-tools: Unmark broken
https://github.com/drduh/YubiKey-Guide/issues/370
https://github.com/drduh/YubiKey-Guide/issues/406
2023-12-19 21:34:41 +02:00
r-vdp
9f3d087005
nix-serve-ng: unbreak. 2023-12-19 13:24:01 +01:00
sorki
07c30835e1 haskellPackages: update dhall and related packages 2023-12-19 09:18:52 +01:00
maralorn
69fbd8d01e haskell.packages.ghc98: Add system-cxx-std-lib attribute to fix eval 2023-12-18 18:11:54 +01:00
github-actions[bot]
7ee71fe716
Merge master into haskell-updates 2023-12-16 00:12:44 +00:00
Silvan Mosberger
5a0a700663
Merge pull request #269356 from amjoseph-nixpkgs/pr/release-outpaths-
Ensure all jobset attributes evaluate, and check that in CT
2023-12-15 14:36:15 +01:00
Adam Joseph
80472e3754 treewide: add __attrsFailEvaluation and __recurseIntoDerivationForReleaseJobs 2023-12-15 05:13:46 -08:00
sternenseemann
7275840949 haskellPackages.cachix: workaround cache corruption on aarch64-linux 2023-12-14 19:02:20 +01:00
sternenseemann
43b6f6d3c6 haskell.lib.compose.triggerRebuild: don't discard old postUnpack 2023-12-14 19:01:34 +01:00
github-actions[bot]
f061cfd767
Merge master into haskell-updates 2023-12-14 00:12:40 +00:00
mangoiv
3e641e7ad9
haskell.packages.ghc96.serialise: remove unnecessary jailbreak
serialise was jailbroken on ghc9.6.x due to invalid bounds,
this has been fixed upstream
2023-12-13 23:37:55 +01:00
mangoiv
ca53524eb1
haskell.packagse.ghc96.cborg-json remove unnecessary jailbreak
cborg-json 0.2.5.0 was jailbroken on ghc9.6.x due to invalid bounds,
this has been fixed upstream
2023-12-13 23:17:49 +01:00
Isidor Zeuner
ddf2fa899a haskellPackages.PortMidi: fix ALSA plugins load path 2023-12-13 12:36:15 +01:00
Markus Läll
66ea46be07 haskellPackages.rapid: remove broken flag
Base dependency bumped to <4.18 in version 0.1.5

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2023-12-12 14:22:25 +01:00
sorki
9d6713fe82 haskellPackages.cachix_1_3_3: remove
Doesn't built anymore due to older semver and can be pulled
from older nixpkgs version iff needed.
2023-12-11 08:14:06 +01:00
sorki
a042857c78 haskellPackages.scat, haskellPackages.selda: drop hydraPlatforms = lib.platforms.none
so it gets built by hydra after unbreak
2023-12-11 08:13:13 +01:00
sorki
dc0fd26a1f haskellPackages.hnix-store-core: move older to extraPackages
so hnix-store-core can roll forward and we also
have hnix-store-core_0_6_1_0 for hnix-store-remote
and hnix.

hnix has to use older core as well so it doesn't see
two different versions as the older one gets pulled
by the hnix-store-remote.
2023-12-11 08:03:26 +01:00
rnhmjoj
67bb428465
haskellPackages.selda: unbreak
Support for GHC 9.4 and text ≥ 2 has been implemented but still
unreleased on Hackage.
2023-12-10 02:51:22 +01:00
rnhmjoj
d3fcf59b67
haskellPackages.scat: unbreak 2023-12-10 00:33:39 +01:00
Naïm Favier
4e4b31df11
haskell.packages.ghc90.http-types: disable checks 2023-12-09 15:40:30 +01:00
Naïm Favier
b11a691235
haskell.packages.ghc810.http-types: disable checks 2023-12-09 15:04:20 +01:00
Naïm Favier
0a686c36f1
haskellPackages.hnix: remove obsolete patch and overrides 2023-12-07 14:17:44 +01:00
github-actions[bot]
9f9ad84bd0
Merge master into haskell-updates 2023-12-07 00:12:43 +00:00