aboutsummaryrefslogtreecommitdiff
path: root/lisk.cabal
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-10-23 13:33:31 +0100
committerAkshay <[email protected]>2020-10-23 13:33:31 +0100
commit494078074e5f620f11f72e48d0fc44cff73faaf2 (patch)
tree25aea03ceaae5fc3010e1894ae74d6eee0259cb5 /lisk.cabal
parentf68c7f7a140127320f9dadc57a3d2a485b86d3df (diff)
refactor internal datatypes to Base
- avoids cyclic module dependencies - cleaner exports to Main module
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 6c2bdd4..47e111b 100644
--- a/lisk.cabal
+++ b/lisk.cabal
@@ -24,6 +24,7 @@ library
24 parsec == 3.*, 24 parsec == 3.*,
25 mtl >= 2.1 25 mtl >= 2.1
26 exposed-modules: 26 exposed-modules:
27 Base,
27 Parser, 28 Parser,
28 Evaluator, 29 Evaluator,
29 Operators, 30 Operators,