blob: e508c4230c8501e5cdfaac5d87439fc19f06f890 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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
, directory == 1.2.3.1
, optparse-applicative == 0.11.0.2
|