aboutsummaryrefslogtreecommitdiff
path: root/leboncoin-listener.cabal
blob: dc7fe0af1663dff14d6b92d7ba94e9040220d590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name:                leboncoin-listener
version:             0.0.1
build-type:          Simple
cabal-version:       >= 1.8

executable leboncoin-listener
  main-is:           Main.hs
  hs-source-dirs:    src
  build-depends:     base
                     , text == 1.2.0.4
                     , containers == 0.5.6.3
                     , directory == 1.2.2.1
                     , time == 1.5.0.1
                     , HTTP == 4000.2.19
                     , tagsoup == 0.13.3
                     , mime-mail == 0.4.8.2
                     , blaze-html == 0.8.0.2
                     , blaze-markup == 0.7.0.2