summaryrefslogtreecommitdiff
path: root/lullaby.cabal
diff options
context:
space:
mode:
authorGregor Kleen <aethoago@141.li>2017-01-13 07:52:44 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-13 07:52:44 +0100
commit8a36a25da0c84e2576f08ba0d0c2408da2ad2c2d (patch)
tree876fab5378d731ea3f62893e8c073d62ccd0ea26 /lullaby.cabal
downloadlullaby-8a36a25da0c84e2576f08ba0d0c2408da2ad2c2d.tar
lullaby-8a36a25da0c84e2576f08ba0d0c2408da2ad2c2d.tar.gz
lullaby-8a36a25da0c84e2576f08ba0d0c2408da2ad2c2d.tar.bz2
lullaby-8a36a25da0c84e2576f08ba0d0c2408da2ad2c2d.tar.xz
lullaby-8a36a25da0c84e2576f08ba0d0c2408da2ad2c2d.zip
Initialize project
Diffstat (limited to 'lullaby.cabal')
-rw-r--r--lullaby.cabal24
1 files changed, 24 insertions, 0 deletions
diff --git a/lullaby.cabal b/lullaby.cabal
new file mode 100644
index 0000000..e8b0925
--- /dev/null
+++ b/lullaby.cabal
@@ -0,0 +1,24 @@
1-- Initial lullaby.cabal generated by cabal init. For further
2-- documentation, see http://haskell.org/cabal/users-guide/
3
4name: lullaby
5version: 0.0.0
6synopsis: A daemon attaching executable hooks to systemd's inhibitor API
7-- description:
8homepage: https://git.yggdrasil.li/gkleen/pub/lullaby
9license: MIT
10license-file: LICENSE
11author: Gregor Kleen
12maintainer: aethoago@141.li
13-- copyright:
14category: System
15build-type: Simple
16cabal-version: >=1.10
17
18executable lullaby
19 main-is: Main.hs
20 -- other-modules:
21 -- other-extensions:
22 build-depends: base >=4.9 && <4.10
23 hs-source-dirs: src
24 default-language: Haskell2010