Skip to content

Commit

Permalink
Merge pull request #1970 from digitallyinduced/ihp-datasync-typescript
Browse files Browse the repository at this point in the history
Added typescript type generator from thin.dev
  • Loading branch information
mpscholten committed Jun 13, 2024
2 parents 8d45f10 + f40ab71 commit f30a82c
Show file tree
Hide file tree
Showing 7 changed files with 1,101 additions and 0 deletions.
15 changes: 15 additions & 0 deletions NixSupport/haskell-packages/ihp-datasync-typescript.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{ mkDerivation, ihp, ihp-ide, neat-interpolation, lib, with-utf8_1_1_0_0, megaparsec }:
mkDerivation {
pname = "ihp-datasync-typescript";
version = "v1.3.0";
src = ./../../ihp-datasync-typescript;
libraryHaskellDepends = [
ihp ihp-ide neat-interpolation
];
testHaskellDepends = [
ihp ihp-ide neat-interpolation megaparsec
];
executableHaskellDepends = [ ihp with-utf8_1_1_0_0 ];
description = "TypeScript code generation for IHP DataSync";
license = lib.licenses.mit;
}
1 change: 1 addition & 0 deletions devenv-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ that is defined in flake-module.nix
ide = ghcCompiler.ihp-ide;
ssc = ghcCompiler.ihp-ssc;
migrate = ghcCompiler.ihp-migrate;
datasync-typescript = ghcCompiler.ihp-datasync-typescript;
};
};
}
Loading

0 comments on commit f30a82c

Please sign in to comment.