unproductive day i fear

This commit is contained in:
crumbtoo
2023-11-16 19:11:01 -07:00
parent c39a843660
commit ac55a1908c
12 changed files with 330 additions and 440 deletions

View File

@@ -22,11 +22,13 @@ library
, TIM
other-modules: Data.Heap
, Data.Pretty
, Control.Parser
, Core.Syntax
, Core.Parse
, Core.Lex
, Core.TH
, Core.Examples
, Core.Lex
build-tool-depends: happy:happy, alex:alex
-- other-extensions:
build-depends: base ^>=4.18.0.0
@@ -34,6 +36,8 @@ library
, microlens
, microlens-th
, template-haskell
-- required for happy
, array
hs-source-dirs: src
default-language: GHC2021