summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2013-06-30 02:30:46 -0400
committerJames Crayne <jim.crayne@gmail.com>2013-06-30 02:30:46 -0400
commit22d29d95b35b81a2b2a36bd70fc0e5aad0084a41 (patch)
tree77f89207f3a0656aab07e80b6b47dfe13bd5f0ec
parent4efc3243906e0dcd87cca462eca04735a731eb34 (diff)
Added cabal file.
-rw-r--r--presence.cabal24
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 @@
1name: presence
2version: 0.0.1
3cabal-version: >=1.2
4build-type: Simple
5license: AllRightsReserved
6license-file: ""
7description:
8data-dir: ""
9
10executable 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