now parsing memory statements

This commit is contained in:
Yehowshua Immanuel 2024-12-06 14:57:32 -05:00
parent cbbc7e73bd
commit 38fb13556f
6 changed files with 103 additions and 24 deletions

View file

@ -10,6 +10,7 @@ let
haskellPackages.filepath
haskellPackages.pretty-show
haskellPackages.prettyprinter
haskellPackages.pretty-show
];
in
haskellPackages.mkDerivation {