aboutsummaryrefslogtreecommitdiff
path: root/lisk.cabal
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-10-16 14:24:46 +0100
committerAkshay <[email protected]>2020-10-16 14:24:46 +0100
commitb19a4a35db4cd951c52e179f3340518c9e2dcc1e (patch)
tree6d3d840a995d0467577ca645f5838a16d78aa3d6 /lisk.cabal
parent684e09298b8453ee56571d8a225e11d7c57e3746 (diff)
add initial support for variable definition
Diffstat (limited to 'lisk.cabal')
-rw-r--r--lisk.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisk.cabal b/lisk.cabal
index 8cdb413..6c2bdd4 100644
--- a/lisk.cabal
+++ b/lisk.cabal
@@ -29,6 +29,7 @@ library
29 Operators, 29 Operators,
30 Error.Base 30 Error.Base
31 Error.Pretty 31 Error.Pretty
32 Environment
32 33
33executable lisk 34executable lisk
34 default-language: Haskell2010 35 default-language: Haskell2010