name: nicovideo-translator
version: 0.1.0.0
synopsis: Nico Nico Douga (ニコニコ動画) Comment Translator
homepage: https://github.com/dahlia/nicovideo-translator
bug-reports: https://github.com/dahlia/nicovideo-translator/issues
license: AGPL-3
license-file: LICENSE
author: Hong Minhee
maintainer: hongminhee@member.fsf.org
copyright: (c) 2015 Hong Minhee
stability: alpha
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: lib
exposed-modules: NicovideoTranslator.Proxy,
NicovideoTranslator.Translate
build-depends: aeson >=0.7.0.6 && <0.8.0.0,
base >=4.7 && <4.8,
bytestring >=0.10.4.0 && <0.11.0.0,
case-insensitive >=1.2.0.0 && <1.3.0.0,
containers,
http-client >=0.4.9 && <0.5.0,
http-types >=0.8.6 && <0.9.0,
iso639,
lens >=4.8 && <4.9,
lens-aeson >=1.0.0.3 && <1.1.0.0,
random >=1.0.1.1 && <1.1.0.0,
text >=1.1.0.0 && <1.2.0.0,
wai >=3.0.2.3 && <3.1.0.0,
wreq >=0.3.0.1 && <0.4.0.0,
xml-conduit >=1.2.3.3 && <1.3.0.0
default-language: Haskell2010
ghc-options: -Wall -fwarn-incomplete-uni-patterns -threaded
executable nicovideo-translator
hs-source-dirs: src
main-is: Main.hs
build-depends: base >=4.7 && <4.8,
dns >=1.4.4 && <1.5.0,
iso639,
nicovideo-translator,
setlocale >=1.0.0.2 &&<1.1.0.0,
text >=1.1.0.0 && <1.2.0.0,
warp >=3.0.10 && <3.1.0
default-language: Haskell2010
ghc-options: -Wall -fwarn-incomplete-uni-patterns -threaded