summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules
AgeCommit message (Collapse)Author
2023-12-19nix-serve-ng: unbreak.r-vdp
2023-12-15Merge pull request #269356 from amjoseph-nixpkgs/pr/release-outpaths-Silvan Mosberger
Ensure all jobset attributes evaluate, and check that in CT
2023-12-15treewide: add __attrsFailEvaluation and __recurseIntoDerivationForReleaseJobsAdam Joseph
2023-12-13haskell.packages.ghc96.serialise: remove unnecessary jailbreakmangoiv
serialise was jailbroken on ghc9.6.x due to invalid bounds, this has been fixed upstream
2023-12-13haskell.packagse.ghc96.cborg-json remove unnecessary jailbreakmangoiv
cborg-json 0.2.5.0 was jailbroken on ghc9.6.x due to invalid bounds, this has been fixed upstream
2023-12-06Merge pull request #270705 from zeuner/csound-expression-dynamicNaïm Favier
haskellPackages.csound-expression-dynamic: unbreak
2023-12-06haskellPackages: refactor csound overridesNaïm Favier
2023-12-06haskellPackages.csound-sampler: unbreakIsidor Zeuner
2023-12-06haskellPackages.csound-expression-typed: unbreakIsidor Zeuner
2023-12-06haskellPackages.csound-expression-opcodes: unbreakIsidor Zeuner
2023-12-06haskellPackages.csound-expression: unbreak on recent GHCIsidor Zeuner
2023-12-06haskellPackages.csound-expression-dynamic: unbreakIsidor Zeuner
2023-12-04haskell.compiler.ghc884: remove at 8.8.4sternenseemann
The main aim of this is to be able to drop llvmPackages_7.
2023-12-04haskellPackages: mark builds failing on hydra as brokenNaïm Favier
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1802528](https://hydra.nixos.org/eval/1802528) of nixpkgs commit [5f1da6e](https://github.com/NixOS/nixpkgs/commits/5f1da6e04566d45c8f8d05d938e619c93e53a4c3) as of 2023-12-03 19:10 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-12-03haskell-language-server: fix build with lsp 2.3Naïm Favier
2023-11-28Merge master into haskell-updatesgithub-actions[bot]
2023-11-26haskellPackages.hidapi: fix darwin buildLinschlager
2023-11-22haskell.packages.ghc88.doctest: skip test requiring newer basesternenseemann
2023-11-20haskellPackages: regenerate package set based on current configEllie Hermaszewska
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-11-20haskellPackages.hiedb: remove redundant patchEllie Hermaszewska
2023-11-20haskellPackages: regenerate transitive broken packagesEllie Hermaszewska
2023-11-20haskellPackages: hnix-store-core-0.6.1.0 -> hnix-store-core-0.7.0.0Ellie Hermaszewska
2023-11-20haskellPackages: regenerate package set based on current configEllie Hermaszewska
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-11-20haskellPackages: stackage LTS 21.19 -> LTS 21.21Ellie Hermaszewska
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2023-11-20haskellPackages: mark builds failing on hydra as brokenEllie Hermaszewska
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1801949](https://hydra.nixos.org/eval/1801949) of nixpkgs commit [4b375a4](https://github.com/NixOS/nixpkgs/commits/4b375a4b12e1582709419d5dce44288764145156) as of 2023-11-20 06:46 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-11-20haskellPackages: regenerate package set based on current configEllie Hermaszewska
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-11-20haskellPackages: mark ihaskell and dependencies unbrokenEllie Hermaszewska
2023-11-20haskellPackages.ihaskell: unbreakEllie Hermaszewska
2023-11-20haskellPackages: regenerate package set based on current configEllie Hermaszewska
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-11-20haskellPackages: add ghc-syntax-highlighter 0.0.10Ellie Hermaszewska
2023-11-19haskellPackages: mark builds failing on hydra as brokenEllie Hermaszewska
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on *evaluation [1801900](https://hydra.nixos.org/eval/1801900) of nixpkgs commit [e98183b](https://github.com/NixOS/nixpkgs/commits/e98183be079f66bc6e880465087741e2284561c0) as of 2023-11-19 15:01 UTC* from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2023-11-18haskell.packages.ghc90.hspec-megaparsec: Fix buildmaralorn
Needed for HLS
2023-11-17Merge remote-tracking branch 'origin/master' into haskell-updatessternenseemann
2023-11-17haskellPackages.mkDerivation: avoid forcing stdenv.cc if missingsternenseemann
If we don't check `hasCC`, we run into trouble on pkgsCross.ghcjs, one of the few platforms where `cc` will throw (so `stdenv.cc.isClang or false would` not be enough). Problem introduced in 8164b190 / #266172.
2023-11-17Merge pull request #264934 from voidus/haskell-daemons-unbreakmaralorn
haskellPackages.daemons: Only mark broken on ghc < 9.6
2023-11-17Merge master into haskell-updatesgithub-actions[bot]
2023-11-17haskellPackages.daemons: Use more compatible 0.3.0.0 by defaultSimon Kohlmeyer
Daemons 0.4.0.0 is not compatible with GHC<9.6, so we have our daemons point to 0.3.0.0 instead. The current version is still available with a verison suffix.
2023-11-16haskellPackages.kmonad: unbreakTony Zorman
Version 0.4.2 was released on hackage, which builds correctly. Closes: https://github.com/NixOS/nixpkgs/issues/266186 Closes: https://github.com/NixOS/nixpkgs/issues/224190
2023-11-15Merge pull request #267477 from raehik/ghc96-pkgs-fglDennis Gosnell
haskellPackages.ghc96: update package set pins (fgl, th-desugar)
2023-11-14haskellPackages.ghc96.th-desugar: update reference 1.15 -> 1.16Ben Orchard
2023-11-14haskellPackages.ghc96.fgl: update reference 5.8.1.1 -> 5.8.2.0Ben Orchard
2023-11-14Merge #266878: haskell-modules/generic-builder.nix: set NIX_LDFLAGS top-levelVladimír Čunát
...into staging-next
2023-11-14Merge master into haskell-updatesgithub-actions[bot]
2023-11-13haskell-modules/generic-builder.nix: work around int conversion errorsRandy Eckenrode
Work around https://gitlab.haskell.org/ghc/ghc/-/issues/23456. Implicit pointer to integer conversions have been an error since clang 15.
2023-11-13Merge remote-tracking branch 'origin/master' into staging-nextFabián Heredia Montiel
2023-11-13haskellPackages.ema(-note): Take maintainershipSridhar Ratnakumar
2023-11-13haskell-language-server: Fix buildmaralorn
2023-11-13haskellPackages.sensei: patch flaky testlibjared
2023-11-12haskell-modules/generic-builder.nix: set `NIX_LDFLAGS` at the top levelRandy Eckenrode
This is a follow-up PR to #266172 to address the feedback left by @sternenseemann regarding `env`. Rebuilds on staging-next #263535 should be limited if there are any.
2023-11-11Merge #266172: haskell-modules/generic-builder.nix: work around libc++abi issueVladimír Čunát
...into staging-next We have lots of binaries in cache.nixos.org for this combination already.