aboutsummaryrefslogtreecommitdiff
path: root/perfume.cabal
blob: 7f5c8e61312551b9033fd17e3f5e09672e563cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name:               Perfume
version:            0.0.1
homepage:           https://github.com/guyonvarch/perfume
author:             Joris Guyonvarch
category:           CLI
build-type:         Simple
cabal-version:      >= 1.8

executable          perfume
  main-is:          Main.hs
  hs-source-dirs:   src
  ghc-options:      -Wall -fwarn-incomplete-uni-patterns
  build-depends:    base
                    , text == 1.2.1.3
                    , tagsoup == 0.13.3
                    , HTTP == 4000.2.20
                    , lens == 4.12.3
                    , aeson == 0.9.0.1
                    , utf8-string == 1.0.1.1