diff options
author | Gregor Kleen <aethoago@141.li> | 2017-01-26 15:02:04 +0100 |
---|---|---|
committer | Gregor Kleen <aethoago@141.li> | 2017-01-26 15:02:04 +0100 |
commit | 443f196032530cbd9eb39606c2daf4294460a44b (patch) | |
tree | 373c0ebddfc5483d673cd8509959220dba1858b1 /postdelay.cabal | |
download | postdelay-443f196032530cbd9eb39606c2daf4294460a44b.tar postdelay-443f196032530cbd9eb39606c2daf4294460a44b.tar.gz postdelay-443f196032530cbd9eb39606c2daf4294460a44b.tar.bz2 postdelay-443f196032530cbd9eb39606c2daf4294460a44b.tar.xz postdelay-443f196032530cbd9eb39606c2daf4294460a44b.zip |
Project skeleton
Diffstat (limited to 'postdelay.cabal')
-rw-r--r-- | postdelay.cabal | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/postdelay.cabal b/postdelay.cabal new file mode 100644 index 0000000..9f13336 --- /dev/null +++ b/postdelay.cabal | |||
@@ -0,0 +1,25 @@ | |||
1 | -- Initial postdelay.cabal generated by cabal init. For further | ||
2 | -- documentation, see http://haskell.org/cabal/users-guide/ | ||
3 | |||
4 | name: postdelay | ||
5 | version: 0.0.0 | ||
6 | synopsis: A postfix content filter for delaying delivery of mail | ||
7 | -- description: | ||
8 | homepage: https://git.yggdrasil.li/gkleen/pub/postdelay | ||
9 | license: MIT | ||
10 | license-file: LICENSE | ||
11 | author: Gregor Kleen | ||
12 | maintainer: aethoago@141.li | ||
13 | -- copyright: | ||
14 | category: Network | ||
15 | build-type: Simple | ||
16 | -- extra-source-files: | ||
17 | cabal-version: >=1.10 | ||
18 | |||
19 | executable postdelay | ||
20 | main-is: Main.hs | ||
21 | -- other-modules: | ||
22 | -- other-extensions: | ||
23 | build-depends: base >=4.9 && <5 | ||
24 | hs-source-dirs: src | ||
25 | default-language: Haskell2010 | ||