summaryrefslogtreecommitdiff
path: root/events/events.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'events/events.cabal')
-rw-r--r--events/events.cabal11
1 files changed, 10 insertions, 1 deletions
diff --git a/events/events.cabal b/events/events.cabal
index 796742e..3e784af 100644
--- a/events/events.cabal
+++ b/events/events.cabal
@@ -20,6 +20,15 @@ executable events
20 main-is: Main.hs 20 main-is: Main.hs
21 -- other-modules: 21 -- other-modules:
22 -- other-extensions: 22 -- other-extensions:
23 build-depends: base >=4.8 && <4.9 23 build-depends: base >=4.8 && <5
24 , lens >=4.13 && <5
25 , tz >=0.1 && <1
26 , time >=1.5.0 && <2
27 , lens-time >=0.1 && <1
28 , aeson >=0.9 && <1
29 , aeson-lens >=0.5 && <1
30 , mtl >=2.2 && <3
31 , list-t >=0.4.6 && <1
32 , data-default-class >=0.0 && <1
24 hs-source-dirs: src 33 hs-source-dirs: src
25 default-language: Haskell2010 \ No newline at end of file 34 default-language: Haskell2010 \ No newline at end of file