packages feed

servant-yaml-0.1.0.0: servant-yaml.cabal

-- This file has been generated from package.yaml by hpack version 0.8.0.
--
-- see: https://github.com/sol/hpack

name:           servant-yaml
version:        0.1.0.0
synopsis:       Servant support for yaml
description:    Servant support for yaml
category:       Web
homepage:       https://github.com/phadej/servant-yaml#readme
bug-reports:    https://github.com/phadej/servant-yaml/issues
author:         Oleg Grenrus <oleg.grenrus@iki.fi>
maintainer:     Oleg Grenrus <oleg.grenrus@iki.fi>
license:        BSD3
license-file:   LICENSE
tested-with:    GHC==7.8.4, GHC==7.10.2
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/phadej/servant-yaml

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base        >=4.7      && <4.9
    , bytestring  >=0.10.4.0 && <0.11
    , http-media  >=0.6.2    && <0.7
    , servant     >=0.4.4.5  && <0.5
    , yaml        >=0.8.12   && <0.9
  exposed-modules:
      Servant.Yaml
  default-language: Haskell2010

test-suite example
  type: exitcode-stdio-1.0
  main-is: Main.hs
  hs-source-dirs:
      example
  ghc-options: -Wall
  build-depends:
      base        >=4.7      && <4.9
    , bytestring  >=0.10.4.0 && <0.11
    , http-media  >=0.6.2    && <0.7
    , servant     >=0.4.4.5  && <0.5
    , yaml        >=0.8.12   && <0.9
    , servant-yaml
    , servant-server >=0.4.4.5  && <0.5
    , base-compat    >=0.6.0    && <0.9
    , aeson          >=0.8.0.2  && <0.11
    , wai            >=3.0.3.0  && <3.1
    , warp           >=3.0.13.1 && <3.2
  default-language: Haskell2010