aboutsummaryrefslogtreecommitdiff
path: root/lisk.cabal
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-10-13 13:37:29 +0100
committerAkshay <[email protected]>2020-10-13 13:37:29 +0100
commitf943fc17e5f80f92d20c86de5ea499bbfbe0cd75 (patch)
treef2b25997e86bf09e3f3d88127883b96d0014acf0 /lisk.cabal
parent8641ce3e1a730c8195e5a74fabef8814f43b05f8 (diff)
allow multiline expressionspretty-errors
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