aboutsummaryrefslogtreecommitdiff
path: root/leboncoin-listener.cabal
blob: e48cdb397d7d3f349684b7a603a838917e98c86d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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