now we're fucking GETTING SOMEWHERE

This commit is contained in:
crumbtoo
2024-01-15 14:58:26 -07:00
parent 1c035d092a
commit a1a50bd013
7 changed files with 169 additions and 620 deletions

View File

@@ -33,6 +33,7 @@ library
, Rlp.Syntax
-- , Rlp.Parse.Decls
, Rlp.Parse
, Rlp.Parse.Associate
, Rlp.Lex
, Rlp.Parse.Types
@@ -66,6 +67,7 @@ library
, recursion-schemes >= 5.2.2 && < 5.3
, data-fix >= 0.3.2 && < 0.4
, utf8-string >= 1.0.2 && < 1.1
, extra >= 1.7.0 && < 2
hs-source-dirs: src
default-language: GHC2021