packages feed

legion-discovery-client-0.2.0.1: legion-discovery-client.cabal

name:                legion-discovery-client
version:             0.2.0.1
synopsis:            Client library for communicating with legion-discovery.
description:         Please see README.md
homepage:            https://github.com/owensmurray/legion-discovery-client#readme
license:             Apache-2.0
license-file:        LICENSE
author:              Rick Owens
maintainer:          rick@owensmurray.com
copyright:           2016 Rick Owens
category:            Web
build-type:          Simple
extra-source-files:
  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:
    src
  exposed-modules:
    Network.Legion.Discovery.Client
  build-depends:
    Cabal              >= 1.22.5.0 && < 1.25,
    aeson              >= 0.11.2.1 && < 1.2,
    base               >= 4.7      && < 4.10,
    bytestring         >= 0.10.6.0 && < 0.11,
    containers         >= 0.5.6.2  && < 0.6,
    http-client        >= 0.5.6.1  && < 0.6,
    http-types         >= 0.9.1    && < 0.10,
    load-balancing     >= 1.0      && < 1.1,
    monad-logger       >= 0.3.20.2 && < 0.4,
    resourcet          >= 1.1.7.5  && < 1.2,
    safe-exceptions    >= 0.1.4.0  && < 0.2,
    text               >= 1.2.2.1  && < 1.3,
    text-show          >= 3.4.1.1  && < 3.7,
    transformers       >= 0.4.2.0  && < 0.6
  default-language:
    Haskell2010

test-suite legion-discovery-client-test
  type:
    exitcode-stdio-1.0
  hs-source-dirs:
    test
  main-is:
    Spec.hs
  build-depends:
    base,
    legion-discovery-client
  ghc-options:
    -threaded -rtsopts -with-rtsopts=-N
  default-language:
    Haskell2010

source-repository head
  type:     git
  location: https://github.com/owensmurray/legion-discovery-client