diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-02-18 21:55:46 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-02-18 21:55:46 +0100 |
commit | d744fa7ae5e638c1ca16f400a49633a705208ce4 (patch) | |
tree | f5fe6a6aa6ed8f7ff00a6c4024dc7aa6777a892c /hs-visinter.cabal | |
parent | 78ffb5ed5fbda230675310b37f798c500a13ef11 (diff) |
WIP big parser refactor with better typing
Diffstat (limited to 'hs-visinter.cabal')
-rw-r--r-- | hs-visinter.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hs-visinter.cabal b/hs-visinter.cabal index 1f9a39f..e81ba90 100644 --- a/hs-visinter.cabal +++ b/hs-visinter.cabal @@ -11,6 +11,7 @@ executable hs-visinter main-is: Main.hs other-modules: AST + Control.FAlternative Parser build-depends: base >= 4.16 && < 4.20, |