add piston nix pkg for ghc-haskell

This commit is contained in:
Dan Vargas 2022-02-11 11:14:14 -07:00
parent 61bac60830
commit 2bc7155895
8 changed files with 38 additions and 36 deletions

View file

@ -42,4 +42,5 @@ args: {
"jelly" = import ./jelly.nix args;
"openjdk-java" = import ./openjdk-java.nix args;
"iverilog" = import ./iverilog.nix args;
"ghc-haskell" = import ./ghc-haskell.nix args;
}