rune: fix build on darwin
[NixPkgs.git] / pkgs / development / haskell-modules / non-hackage-packages.nix
blobfa0446148b46e2e41840d64cea920feb7b78ccaf
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   # Used by maintainers/scripts/regenerate-hackage-packages.sh, and generated
13   # from the latest master instead of the current version on Hackage.
14   cabal2nix-unstable = self.callPackage ./cabal2nix-unstable.nix { };
16   # https://github.com/channable/vaultenv/issues/1
17   vaultenv = self.callPackage ../tools/haskell/vaultenv { };
19   # spago is not released to Hackage.
20   # https://github.com/spacchetti/spago/issues/512
21   spago = self.callPackage ../tools/purescript/spago/spago.nix { };
23   nix-linter = self.callPackage ../../development/tools/analysis/nix-linter { };
25   # hasura graphql-engine is not released to hackage.
26   # https://github.com/hasura/graphql-engine/issues/7391
27   ci-info = self.callPackage ../misc/haskell/hasura/ci-info.nix {};
28   pg-client = self.callPackage ../misc/haskell/hasura/pg-client.nix {};
29   graphql-parser = self.callPackage ../misc/haskell/hasura/graphql-parser.nix {};
30   graphql-engine = self.callPackage ../misc/haskell/hasura/graphql-engine.nix {};
31   kriti-lang = self.callPackage ../misc/haskell/hasura/kriti-lang.nix {};
32   hasura-resource-pool = self.callPackage ../misc/haskell/hasura/pool.nix {};
33   hasura-ekg-core = self.callPackage ../misc/haskell/hasura/ekg-core.nix {};
34   hasura-ekg-json = self.callPackage ../misc/haskell/hasura/ekg-json.nix {};
36   # Unofficial fork until PRs are merged https://github.com/pcapriotti/optparse-applicative/pulls/roberth
37   # cabal2nix --maintainer roberth https://github.com/hercules-ci/optparse-applicative.git > pkgs/development/misc/haskell/hercules-ci-optparse-applicative.nix
38   hercules-ci-optparse-applicative = self.callPackage ../misc/haskell/hercules-ci-optparse-applicative.nix {};