Merge pull request #119126 from fabaff/pycomfoconnect
[NixPkgs.git] / pkgs / development / haskell-modules / non-hackage-packages.nix
blob86123d8a70f4b5070a42d9c397a6a4d80ebbe7b5
1 # EXTRA HASKELL PACKAGES NOT ON HACKAGE
3 # This file should only contain packages that are not in ./hackage-packages.nix.
4 # Attributes in this set should be nothing more than a callPackage call.
5 # Overrides to these packages should go to either configuration-nix.nix,
6 # configuration-common.nix or to one of the compiler specific configuration
7 # files.
8 self: super: {
10   dconf2nix = self.callPackage ../tools/haskell/dconf2nix/dconf2nix.nix { };
12   ldgallery-compiler = self.callPackage ../../tools/graphics/ldgallery/compiler { };
14   # https://github.com/channable/vaultenv/issues/1
15   vaultenv = self.callPackage ../tools/haskell/vaultenv { };
17   # spago is not released to Hackage.
18   # https://github.com/spacchetti/spago/issues/512
19   spago = self.callPackage ../tools/purescript/spago/spago.nix { };
21   nix-output-monitor = self.callPackage ../../tools/nix/nix-output-monitor { };
23   # cabal2nix --revision <rev> https://github.com/hasura/ci-info-hs.git
24   ci-info = self.callPackage ../misc/haskell/hasura/ci-info {};
25   # cabal2nix --revision <rev> https://github.com/hasura/pg-client-hs.git
26   pg-client = self.callPackage ../misc/haskell/hasura/pg-client {};
27   # cabal2nix --revision <rev> https://github.com/hasura/graphql-parser-hs.git
28   graphql-parser = self.callPackage ../misc/haskell/hasura/graphql-parser {};
29   # cabal2nix  --subpath server --maintainer offline --no-check --revision 1.2.1 https://github.com/hasura/graphql-engine.git
30   graphql-engine = self.callPackage ../misc/haskell/hasura/graphql-engine {};
32   # Unofficial fork until PRs are merged https://github.com/pcapriotti/optparse-applicative/pulls/roberth
33   # cabal2nix --maintainer roberth https://github.com/hercules-ci/optparse-applicative.git > pkgs/development/misc/haskell/hercules-ci-optparse-applicative.nix
34   hercules-ci-optparse-applicative = self.callPackage ../misc/haskell/hercules-ci-optparse-applicative.nix {};