top-level/release-haskell.nix: add more top-level haskell packages

These should now also include all packages that use haskellPackages in
some form where it is apparent from all-packages.nix.

Some of those probably could do with a cleanup (maybe fetchable from
hackage, many are missing justStaticExecutables).
This commit is contained in:
sternenseemann 2021-05-04 11:33:42 +02:00
parent e7e6727e9e
commit 6e98fdd7c3

View File

@ -83,12 +83,16 @@ let
tests.haskell = packagePlatforms pkgs.tests.haskell; tests.haskell = packagePlatforms pkgs.tests.haskell;
# top-level haskell packages # top-level packages that depend on haskellPackages
inherit (pkgsPlatforms) inherit (pkgsPlatforms)
agda
bench bench
bustle
blucontrol
cabal-install cabal-install
cabal2nix cabal2nix
cachix cachix
cedille
darcs darcs
dhall dhall
dhall-bash dhall-bash
@ -97,15 +101,20 @@ let
dhall-json dhall-json
dhall-nix dhall-nix
dhall-text dhall-text
diagrams-builder
elm2nix elm2nix
fffuu fffuu
futhark futhark
ghcid
git-brunch
gitit
glirc glirc
hadolint hadolint
haskell-ci haskell-ci
haskell-language-server haskell-language-server
hasura-graphql-engine hasura-graphql-engine
hinit hinit
hedgewars
hledger hledger
hledger-iadd hledger-iadd
hledger-interest hledger-interest
@ -113,7 +122,12 @@ let
hledger-web hledger-web
hlint hlint
hpack hpack
hyper-haskell
hyper-haskell-server-with-packages
icepeak icepeak
idris
ihaskell
jl
koka koka
krank krank
madlang madlang
@ -127,21 +141,33 @@ let
nix-output-monitor nix-output-monitor
nix-tree nix-tree
nixfmt nixfmt
nota
ormolu
pandoc pandoc
petrinizer
place-cursor-at place-cursor-at
pinboard-notes-backup
shake shake
shellcheck shellcheck
sourceAndTags
spacecookie spacecookie
splot splot
stack stack
stack2nix stack2nix
stutter stutter
stylish-haskell stylish-haskell
taffybar
tamarin-prover
taskell taskell
termonad-with-packages
tldr-hs
tweet-hs tweet-hs
update-nix-fetchgit update-nix-fetchgit
uuagc uuagc
vaultenv
wstunnel wstunnel
xmobar
xmonad-with-packages
; ;
gitAndTools.git-annex = pkgsPlatforms.gitAndTools.git-annex; gitAndTools.git-annex = pkgsPlatforms.gitAndTools.git-annex;