This commit is contained in:
crumbtoo
2024-02-15 22:06:41 -07:00
parent 2e13ec2cf4
commit f01164bf01
7 changed files with 373 additions and 282 deletions

View File

@@ -22,6 +22,9 @@ library
exposed-modules: Core
, TI
, GM
, GM.Visual
, GM.Types
, GM.Print
, Compiler.RLPC
, Compiler.RlpcError
, Compiler.JustRun
@@ -73,6 +76,9 @@ library
, effectful-core ^>=2.3.0.0
, deriving-compat ^>=0.6.0
, these >=0.2 && <2.0
, diagrams
, diagrams-lib
, diagrams-cairo
hs-source-dirs: src
default-language: GHC2021