summaryrefslogtreecommitdiff
path: root/presence.cabal
blob: 3bd8e153134f2d37bb888c69aebe9c30063b290b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: presence
version: 0.0.1
cabal-version: >=1.2
build-type: Simple
license: AllRightsReserved
license-file: ""
description:  
data-dir: ""
 
executable presence
    build-depends: HList -any, HaXml -any, QuickCheck -any, async -any,
                   base -any, binary -any, blaze-builder -any,
                   blaze-builder-conduit -any, bytestring -any, bytestring-show -any,
                   conduit -any, containers -any, cpu -any, data-default -any,
                   deepseq -any, directory -any, filepath -any, hinotify -any,
                   mtl -any, network -any, random -any, stm -any,
                   template-haskell -any, text -any, transformers -any, unix -any,
                   xml-conduit -any, xml-types -any
    main-is: main.hs
    buildable: True
    c-sources: Presence/monitortty.c
    hs-source-dirs: . Presence
    ghc-prof-options: -DNOUTMP