slow but steady progress on parser

This commit is contained in:
Yehowshua Immanuel 2024-11-17 20:18:37 -05:00
parent d4a047e528
commit 4dda3ec33d
2 changed files with 30 additions and 1 deletions

View file

@ -20,7 +20,7 @@ haskellPackages.mkDerivation {
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = haskellDeps;
executableHaskellDepends = haskellDeps;
executableHaskellDepends = haskellPackages.base;
homepage = "https://github.com/JoyOfHardware/haskellator#readme";
license = pkgs.lib.licenses.gpl3Only;
mainProgram = "rtlil-parse";