packages feed

nicovideo-translator-0.1.0.1: nicovideo-translator.cabal

name:                nicovideo-translator
version:             0.1.0.1
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.Main,
                       NicovideoTranslator.Proxy,
                       NicovideoTranslator.Translate
  build-depends:       base             >=4.5.0.0  && <4.8.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              >=1.4.4    && <1.5.0,
                       http-client      >=0.4.9    && <0.5.0,
                       http-types       >=0.8.6    && <0.9.0,
                       iso639,
                       lens             >=4.8      && <4.9,
                       naver-translate  >=0.1.0.0  && <0.2.0.0,
                       setlocale        >=1.0.0.2  && <1.1.0.0,
                       text             >=1.1.0.0  && <1.2.0.0,
                       text-format      >=0.3.1.1  && <0.4.0.0,
                       wai              >=3.0.2.3  && <3.1.0.0,
                       warp             >=3.0.10   && <3.1.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.5.0.0  && <4.8.0.0,
                       nicovideo-translator
  default-language:    Haskell2010
  ghc-options:         -Wall -fwarn-incomplete-uni-patterns -threaded