Skip to content

Commit

Permalink
Update ihp-graphql.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed May 20, 2024
1 parent 0ec461d commit 9195800
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NixSupport/haskell-packages/ihp-graphql.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{ mkDerivation, aeson, attoparsec, base, hspec, ihp, lib
, postgresql-simple, text, unordered-containers, bytestring
, ihp-ide
}:
mkDerivation {
pname = "ihp-graphql";
version = "v1.3.0";
src = ./../../ihp-graphql;
libraryHaskellDepends = [
aeson attoparsec base ihp postgresql-simple text
unordered-containers
unordered-containers ihp-ide
];
testHaskellDepends = [
aeson attoparsec base hspec ihp postgresql-simple text
unordered-containers bytestring
unordered-containers bytestring ihp-ide
];
description = "GraphQL support for IHP";
license = lib.licenses.mit;
Expand Down

0 comments on commit 9195800

Please sign in to comment.