top-level/release-haskell.nix: add less obvious top-level haskell pkgs

These were found by grepping for haskellPackages in the whole
repository.
This commit is contained in:
sternenseemann 2021-05-04 15:30:37 +02:00
parent caf7725f95
commit 6784d2b87c

View File

@ -86,14 +86,18 @@ let
# top-level packages that depend on haskellPackages # top-level packages that depend on haskellPackages
inherit (pkgsPlatforms) inherit (pkgsPlatforms)
agda agda
arion
bench bench
bustle bustle
blucontrol blucontrol
cabal-install cabal-install
cabal2nix cabal2nix
cachix cachix
carp
cedille cedille
client-ip-echo
darcs darcs
dconf2nix
dhall dhall
dhall-bash dhall-bash
dhall-docs dhall-docs
@ -113,6 +117,8 @@ let
haskell-ci haskell-ci
haskell-language-server haskell-language-server
hasura-graphql-engine hasura-graphql-engine
hci
hercules-ci-agent
hinit hinit
hedgewars hedgewars
hledger hledger
@ -130,8 +136,11 @@ let
jl jl
koka koka
krank krank
lambdabot
ldgallery
madlang madlang
matterhorn matterhorn
mueval
neuron-notes neuron-notes
niv niv
nix-delegate nix-delegate
@ -139,18 +148,22 @@ let
nix-diff nix-diff
nix-linter nix-linter
nix-output-monitor nix-output-monitor
nix-script
nix-tree nix-tree
nixfmt nixfmt
nota nota
ormolu ormolu
pandoc pandoc
pakcs
petrinizer petrinizer
place-cursor-at place-cursor-at
pinboard-notes-backup pinboard-notes-backup
pretty-simple
shake shake
shellcheck shellcheck
sourceAndTags sourceAndTags
spacecookie spacecookie
spago
splot splot
stack stack
stack2nix stack2nix
@ -163,14 +176,18 @@ let
tldr-hs tldr-hs
tweet-hs tweet-hs
update-nix-fetchgit update-nix-fetchgit
uqm
uuagc uuagc
vaultenv vaultenv
wstunnel wstunnel
xmobar xmobar
xmonad-with-packages xmonad-with-packages
yi
zsh-git-prompt
; ;
gitAndTools.git-annex = pkgsPlatforms.gitAndTools.git-annex; gitAndTools.git-annex = pkgsPlatforms.gitAndTools.git-annex;
elmPackages.elm = pkgsPlatforms.elmPackages.elm;
} // versionedCompilerJobs { } // versionedCompilerJobs {
# Packages which should be checked on more than the # Packages which should be checked on more than the
# default GHC version. This list can be used to test # default GHC version. This list can be used to test