aboutsummaryrefslogtreecommitdiff
path: root/lisk.cabal
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-11-12 05:54:34 +0000
committerAkshay <[email protected]>2020-11-12 05:54:34 +0000
commit29d8f8ea04ca651616b4bdd8d3a61da9f0cfae29 (patch)
treedddceec87742ddea4365501d437c40fc887ffda9 /lisk.cabal
parent6bc5de761069b1acbe47ba8aa0a8a8deae6ab43c (diff)
use maps over assoc lists
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 47e111b..2971b76 100644
--- a/lisk.cabal
+++ b/lisk.cabal
@@ -22,6 +22,7 @@ library
22 build-depends: 22 build-depends:
23 base == 4.*, 23 base == 4.*,
24 parsec == 3.*, 24 parsec == 3.*,
25 containers >= 0.6,
25 mtl >= 2.1 26 mtl >= 2.1
26 exposed-modules: 27 exposed-modules:
27 Base, 28 Base,