about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/non-hackage-packages.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-07-26ldgallery: drop packagepacien1-2/+0
This removes 'ldgallery' from nixpkgs. It remains available through the Nix Flake provided by ldgallery. The package of its "compiler" part was already marked as broken due to dependencies having gone out of sync with the rest of the Haskell packages. The package of its "viewer" part also got out of sync due to changes in JS dependency manager.
2022-07-20haskellPackages.distribution-nixpkgs: 1.6.2 -> 1.7.0sternenseemann1-3/+1
Since stable cabal2nix now supports the release, we can finally upgrade.
2022-06-18haskellPackages.cabal2nix-unstable: 2022-04-27 -> 2022-06-16sternenseemann1-1/+3
Note that we are not yet taking advantage of the new platform handling properly which is why the diff looks odd in places.
2022-04-03haskellPackages.graphql-engine: 2.0.10 -> 2.3.1sternenseemann1-0/+1
haskellPackages.kriti-lang: init at 0.3.1 Towards getting hasura-related packages to work with Stackage Nightly / GHC 9.0.
2022-03-16nix-output-monitor: 1.1.2.0 -> 1.1.2.1 + RefactorMalte Brandy1-2/+0
2021-08-19haskellPackages.graphql-engine: 2.0.5 -> 2.0.7lassulus1-9/+5
2021-08-16haskellPackages.graphql-engine: update to 2.0.5 + refactorlassulus1-8/+13
2021-06-16nix-linter: 2020-09-25 -> 2021-06-16Joe Hermaszewski1-0/+2
Also add to haskellPackages
2021-05-04haskellPackages.cabal2nix-unstable: rename from cabal2nix-lateststernenseemann1-1/+1
2021-05-01maintainers/scripts/haskell/regenerate-hackage-packages.sh: inithyperfekt1-0/+4
Introduces a script that can be used to update the Nix expressions for the Haskell package set. In service of that, also - introduces cabal2nix-latest, which pins the hackage2nix version used - changes all-cabal-hashes to use fetchFromGitHub - adds update-hackage.sh & update-cabal2nix-latest.sh & update-stackage.sh maintainer scripts
2021-03-09hci: init at 0.1.0Robert Hensing1-0/+4
2021-02-05haskell-language-server: Use hackage version and cleanupMalte Brandy1-10/+0
2021-01-08haskelPackages.haskell-language-server: 0.7.1 -> 0.8.0Malte Brandy1-0/+2
2021-01-01ldgallery: init at 2.0pacien1-0/+2
2020-12-18haskellPackages.haskell-language-server: 0.6.0 -> 0.7.0Joe Hermaszewski1-1/+2
Remove hls-brittany as it's no longer necessary Fix the update script to include hls-explicit-imports-plugin and hls-retrhls-retrie-plugin
2020-12-04haskell: drop the obsolete 'multi-ghc-travis' meta packagePeter Simons1-3/+0
2020-11-13haskellPackages.haskell-language-server: Fix buildMalte Brandy1-1/+2
In preparation of the upcoming 0.6.0 release I wanted to fix hls. It introduces two new plugin packages, which are not on hackage yet. I remove apply-refact overrides, because current apply-refact versions are compatible with all ghcs we support, according to their changelog. I override more of the hls dependencies globally on the whole package set, to avoid a lot of duplicate compilations. And because @peti changed my mind about this being a good practice. hls now uses a released version of ghcide
2020-10-09nix-output-monitor: Init at 0.1.0.0 (#100102)maralorn1-0/+2
2020-09-11haskell-language-server: add brittany forkgalagora1-0/+1
2020-09-03hasura: 1.2.1 -> 1.3.1-beta.1Ariel Nunez1-0/+9
2020-08-09dconf2nix: init at 0.5.0Gabriel Volpe1-0/+2
2020-06-29haskell-language-server: init at 0.1.0.0Guillaume Desforges1-0/+5
2019-12-29haskellPackages.multi-ghc-travis: add missing space (PR #76648)Alexandre Esteves1-1/+1
2019-12-27spago: 0.12.1.0 -> 0.13.0(cdep)illabout1-1/+1
2019-11-29spago: init at 0.12.1.0(cdep)illabout1-0/+3
This commit adds the spago package, a PureScript package manager and build tool. https://github.com/spacchetti/spago
2019-08-28cabal-install: version 3.x is out officiallyPeter Simons1-39/+0
2019-08-23Add a build for cabal-install-3.0.0.0 beta release.Peter Simons1-0/+40
2019-01-06futhark: remove obsolete non-hackage packageJorge Acereda1-3/+0
2018-10-12haskell: add GitHub issues to non-hackage-packages.nixBas van Dijk1-0/+2
2018-10-12haskellPackages.multi-ghc-travis: removed in favour of haskell-ciBas van Dijk1-1/+3
multi-ghc-travis has been renamed to haskell-ci which is now also on Hackage.
2018-10-12haskell: have a dedicated file for non Hackage packagesBas van Dijk1-0/+14
We had a few "overrides" in configuration-common.nix that were really extensions. They introduced packages that weren't in hackage-packages.nix. The advantage of having a dedicated file for these packages is that we can still place Nix-specific overrides to these packages in configuration-nix.nix. We weren't able do this before because configuration-nix.nix extended only the packages from hackage-packages.nix.