about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/non-hackage-packages.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-08-17 08:58:54 +0200
committerlassulus <lassulus@lassul.us>2021-08-19 14:15:21 +0200
commitaf115b860978ca7eb9bbcb776e07bd67a7e8af39 (patch)
tree40027bf7be7c1c0f3021b37f1b91bdf58ecf563b /pkgs/development/haskell-modules/non-hackage-packages.nix
parent5ebd941b75a8a680caaa5e014b7aced43643f47f (diff)
downloadnixlib-af115b860978ca7eb9bbcb776e07bd67a7e8af39.tar
nixlib-af115b860978ca7eb9bbcb776e07bd67a7e8af39.tar.gz
nixlib-af115b860978ca7eb9bbcb776e07bd67a7e8af39.tar.bz2
nixlib-af115b860978ca7eb9bbcb776e07bd67a7e8af39.tar.lz
nixlib-af115b860978ca7eb9bbcb776e07bd67a7e8af39.tar.xz
nixlib-af115b860978ca7eb9bbcb776e07bd67a7e8af39.tar.zst
nixlib-af115b860978ca7eb9bbcb776e07bd67a7e8af39.zip
haskellPackages.graphql-engine: 2.0.5 -> 2.0.7
Diffstat (limited to 'pkgs/development/haskell-modules/non-hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/non-hackage-packages.nix14
1 files changed, 5 insertions, 9 deletions
diff --git a/pkgs/development/haskell-modules/non-hackage-packages.nix b/pkgs/development/haskell-modules/non-hackage-packages.nix
index 48ee2ee3a474..4aead5d18800 100644
--- a/pkgs/development/haskell-modules/non-hackage-packages.nix
+++ b/pkgs/development/haskell-modules/non-hackage-packages.nix
@@ -28,17 +28,13 @@ self: super: {
 
   # hasura graphql-engine is not released to hackage.
   # https://github.com/hasura/graphql-engine/issues/7391
-  #
-  # pg-client and graphql-engine depend on a hasura fork of resource-pool
-  # which is provided by pool.nix
   ci-info = self.callPackage ../misc/haskell/hasura/ci-info.nix {};
-  pg-client = self.callPackage ../misc/haskell/hasura/pg-client.nix {
-    resource-pool = self.callPackage ../misc/haskell/hasura/pool.nix {};
-  };
+  pg-client = self.callPackage ../misc/haskell/hasura/pg-client.nix {};
   graphql-parser = self.callPackage ../misc/haskell/hasura/graphql-parser.nix {};
-  graphql-engine = self.callPackage ../misc/haskell/hasura/graphql-engine.nix {
-    resource-pool = self.callPackage ../misc/haskell/hasura/pool.nix {};
-  };
+  graphql-engine = self.callPackage ../misc/haskell/hasura/graphql-engine.nix {};
+  hasura-resource-pool = self.callPackage ../misc/haskell/hasura/pool.nix {};
+  hasura-ekg-core = self.callPackage ../misc/haskell/hasura/ekg-core.nix {};
+  hasura-ekg-json = self.callPackage ../misc/haskell/hasura/ekg-json.nix {};
 
   # Unofficial fork until PRs are merged https://github.com/pcapriotti/optparse-applicative/pulls/roberth
   # cabal2nix --maintainer roberth https://github.com/hercules-ci/optparse-applicative.git > pkgs/development/misc/haskell/hercules-ci-optparse-applicative.nix