diff options
author | James Crayne <jim.crayne@gmail.com> | 2013-06-30 02:30:46 -0400 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2013-06-30 02:30:46 -0400 |
commit | 22d29d95b35b81a2b2a36bd70fc0e5aad0084a41 (patch) | |
tree | 77f89207f3a0656aab07e80b6b47dfe13bd5f0ec | |
parent | 4efc3243906e0dcd87cca462eca04735a731eb34 (diff) |
Added cabal file.
-rw-r--r-- | presence.cabal | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/presence.cabal b/presence.cabal new file mode 100644 index 00000000..3bd8e153 --- /dev/null +++ b/presence.cabal | |||
@@ -0,0 +1,24 @@ | |||
1 | name: presence | ||
2 | version: 0.0.1 | ||
3 | cabal-version: >=1.2 | ||
4 | build-type: Simple | ||
5 | license: AllRightsReserved | ||
6 | license-file: "" | ||
7 | description: | ||
8 | data-dir: "" | ||
9 | |||
10 | executable presence | ||
11 | build-depends: HList -any, HaXml -any, QuickCheck -any, async -any, | ||
12 | base -any, binary -any, blaze-builder -any, | ||
13 | blaze-builder-conduit -any, bytestring -any, bytestring-show -any, | ||
14 | conduit -any, containers -any, cpu -any, data-default -any, | ||
15 | deepseq -any, directory -any, filepath -any, hinotify -any, | ||
16 | mtl -any, network -any, random -any, stm -any, | ||
17 | template-haskell -any, text -any, transformers -any, unix -any, | ||
18 | xml-conduit -any, xml-types -any | ||
19 | main-is: main.hs | ||
20 | buildable: True | ||
21 | c-sources: Presence/monitortty.c | ||
22 | hs-source-dirs: . Presence | ||
23 | ghc-prof-options: -DNOUTMP | ||
24 | \ No newline at end of file | ||