name: nicovideo-translator
version: 0.3.0.0
synopsis: Nico Nico Douga (ニコニコ動画) Comment Translator
description: Translate comments (written in Japanese) on
Nico Nico Douga (ニコニコ動画) to your language.
.
See also README.md for more details.
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: hong.minhee@gmail.com
copyright: (c) 2015–2016 Hong Minhee
stability: alpha
category: Translation
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
source-repository head
type: git
location: git://github.com/dahlia/nicovideo-translator.git
library
hs-source-dirs: lib
exposed-modules: NicovideoTranslator.Main,
NicovideoTranslator.Proxy,
NicovideoTranslator.Translate
build-depends: aeson >=0.11.2.1 && <1.1.0.0,
async >=2.1.0 && <2.2.0,
base >=4.9.0.0 && <4.10.0.0,
bytestring >=0.10.4.0 && <0.11.0.0,
case-insensitive >=1.2.0.0 && <1.3.0.0,
cmdargs >=0.10.12 && <0.11.0,
containers,
dns >=2.0.0 && <2.1.0,
http-client >=0.5.6.1 && <0.6.0,
http-types >=0.9.0 && <0.10.0,
iso639,
lens >=4.15 && <4.16,
lens-aeson >=1.0.0.5 && <1.1.0.0,
setlocale >=1.0.0.2 && <1.1.0.0,
text >=1.1.0.0 && <1.3.0.0,
text-format >=0.3.1.1 && <0.4.0.0,
unordered-containers,
wai >=3.2.1.1 && <3.3.0.0,
warp >=3.2.8 && <3.3.0,
wreq >=0.5.0.1 && <0.6.0.0,
xml-conduit >=1.4.0.3 && <1.5.0
default-language: Haskell2010
ghc-options: -Wall -fwarn-incomplete-uni-patterns
executable nicovideo-translator
hs-source-dirs: src
main-is: Main.hs
build-depends: base >=4.9.0.0 && <4.10.0.0,
nicovideo-translator
default-language: Haskell2010
ghc-options: -Wall -fwarn-incomplete-uni-patterns
-threaded -with-rtsopts=-N