h-booru-0.3.0.0: h-booru.cabal
name: h-booru
version: 0.3.0.0
synopsis: Haskell library for retrieving data from various booru image sites
description: Haskell library for retrieving data from various booru image sites.
By providing a common interface for such sites and some parsers for
few existing sites, the hope is to alleviate the effort of writing
applications which interface with them.
homepage: https://github.com/Fuuzetsu/h-booru
license: GPL-3
license-file: LICENSE
author: Mateusz Kowalczyk
maintainer: fuuzetsu@fuuzetsu.co.uk
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.16
source-repository head
type: git
location: git@github.com:Fuuzetsu/h-booru.git
library
ghc-options: -O2 -threaded
hs-source-dirs: src
default-language: Haskell2010
exposed-modules:
HBooru.Types
HBooru.Network
HBooru.Parsers.FieldParsers
HBooru.Parsers.Gelbooru
HBooru.Parsers.Ichijou
HBooru.Parsers.Konachan
HBooru.Parsers.Safebooru
HBooru.Parsers.Yandere
build-depends:
base >=4 && <5
, bytestring
, filepath
, http-conduit
, hxt >= 9.3.1.2
, mtl
, stm
, template-haskell
, transformers
, utf8-string
, vinyl >= 0.4
executable h-booru
ghc-options: -O2 -threaded
hs-source-dirs: src
default-language: Haskell2010
main-is: Main.hs
other-modules:
HBooru.Types
HBooru.Network
HBooru.Parsers.FieldParsers
HBooru.Parsers.Gelbooru
HBooru.Parsers.Ichijou
HBooru.Parsers.Konachan
HBooru.Parsers.Safebooru
HBooru.Parsers.Yandere
build-depends:
base >=4 && <5
, bytestring
, containers
, directory
, filepath
, http-conduit
, hxt >= 9.3.1.2
, mtl
, stm
, template-haskell
, transformers
, utf8-string
, vinyl >= 0.4
source-repository head
type: git
location: https://github.com/Fuuzetsu/h-booru.git