summaryrefslogtreecommitdiff
path: root/events/events.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'events/events.cabal')
-rw-r--r--events/events.cabal25
1 files changed, 25 insertions, 0 deletions
diff --git a/events/events.cabal b/events/events.cabal
new file mode 100644
index 0000000..bb5d59b
--- /dev/null
+++ b/events/events.cabal
@@ -0,0 +1,25 @@
1-- Initial event.cabal generated by cabal init. For further documentation,
2-- see http://haskell.org/cabal/users-guide/
3
4name: events
5version: 0.0.0
6synopsis: An appointment book
7-- description:
8homepage: https://git.yggdrasil.li/gkleen/pub/events
9license: MIT
10license-file: LICENSE
11author: Gregor Kleen
12maintainer: aethoago@141.li
13-- copyright:
14category: Organization
15build-type: Simple
16-- extra-source-files:
17cabal-version: >=1.10
18
19executable event
20 main-is: Main.hs
21 -- other-modules:
22 -- other-extensions:
23 build-depends: base >=4.8 && <4.9
24 hs-source-dirs: src
25 default-language: Haskell2010 \ No newline at end of file