summaryrefslogtreecommitdiffstats
path: root/regfish.cabal
blob: 4dd4b9a69a75c6d35437492d54ef338f42be1e28 (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
25
26
27
28
29
name: regfish
version: 2.0.0
license: MIT
author: tv
maintainer: tv <tv@krebsco.de>
build-type: Simple
cabal-version: >=1.10

library
  build-depends: base
               , HandsomeSoup
               , acid-state
               , bytestring
               , data-default
               , hex-text
               , http-client
               , hxt
               , lens
               , mtl
               , safecopy
               , split
               , text
               , wreq
  exposed-modules: Regfish
                 , Regfish.AcidState
                 , Regfish.Default
                 , Regfish.Parser
                 , Regfish.Types
  ghc-options: -O2 -Wall