diff options
author | Marvin Borner | 2022-03-03 21:40:07 +0100 |
---|---|---|
committer | Marvin Borner | 2022-03-03 21:40:26 +0100 |
commit | 6af1f804f0def7f48ae2d726951b13c895b85931 (patch) | |
tree | 617bcd70c9c2ec65fa2ffb525a88576113571a1a /fun.cabal | |
parent | 8a3405146b918ef18a42aca1bcdac55a8c484c47 (diff) |
Syntax and typing start
Diffstat (limited to 'fun.cabal')
-rw-r--r-- | fun.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,7 +27,9 @@ library Fun.Compiler Fun.Grammar Fun.Parser + Fun.Syntax Fun.Tree + Fun.Typer other-modules: Paths_fun hs-source-dirs: |