summaryrefslogtreecommitdiff
path: root/events/events.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'events/events.cabal')
-rw-r--r--events/events.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/events/events.cabal b/events/events.cabal
index 22324cd..93a2daf 100644
--- a/events/events.cabal
+++ b/events/events.cabal
@@ -18,7 +18,9 @@ cabal-version: >=1.10
18 18
19executable events 19executable events
20 main-is: Main.hs 20 main-is: Main.hs
21 -- other-modules: 21 other-modules: Events.Types
22 , Events.Types.NDT
23 , Events.Eval
22 -- other-extensions: 24 -- other-extensions:
23 build-depends: base >=4.8 && <5 25 build-depends: base >=4.8 && <5
24 , lens >=4.13 && <5 26 , lens >=4.13 && <5