Needed for cabal to work

This commit is contained in:
Rowan Torbitzky-Lane 2025-01-16 17:10:28 -06:00
parent b1863c7d3d
commit d5d54b4a71

View File

@ -35,7 +35,12 @@ library
import: warnings import: warnings
-- Modules exported by the library. -- Modules exported by the library.
exposed-modules: Push, GP exposed-modules: Push
, GP
, State
, Instructions.IntInstructions
, Instructions.ExecInstructions
, Instructions.FloatInstructions
-- Modules included in this library but not exported. -- Modules included in this library but not exported.
-- other-modules: -- other-modules: