packages feed

luis-client-0.0.2: luis-client.cabal

name: luis-client
version: 0.0.2
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: (c) 2016 Micxjo Funkcio
maintainer: Micxjo Funkcio <micxjo@fastmail.com>
homepage: https://github.com/micxjo/hs-luis-client
synopsis: An unofficial client for the LUIS NLP service.
description:
    Please see README.md
category: Natural Language Processing, Web
author: Micxjo Funkcio <micxjo@fastmail.com>
extra-source-files:
    README.md

source-repository head
    type: git
    location: https://github.com/micxjo/hs-luis-client

library
    exposed-modules:
        NLP.LUIS
    build-depends:
        base >=4.7 && <5,
        wreq >=0.4.1.0 && <0.5,
        http-client >=0.4.27 && <0.5,
        aeson >=0.9.0.1 && <0.10,
        lens ==4.13.*,
        text >=1.2.2.1 && <1.3,
        vector >=0.11.0.0 && <0.12
    default-language: Haskell2010
    hs-source-dirs: src
    ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-tabs