aboutsummaryrefslogtreecommitdiff
path: root/lisk.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'lisk.cabal')
-rw-r--r--lisk.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisk.cabal b/lisk.cabal
index bea3414..9578a85 100644
--- a/lisk.cabal
+++ b/lisk.cabal
@@ -27,7 +27,8 @@ library
27 Parser, 27 Parser,
28 Evaluator, 28 Evaluator,
29 Operators, 29 Operators,
30 Error 30 Error.Base
31 Error.Pretty
31 32
32executable lisk 33executable lisk
33 default-language: Haskell2010 34 default-language: Haskell2010