servant-options-0.1.0.0: servant-options.cabal
-- This file has been generated from package.yaml by hpack version 0.15.0.
--
-- see: https://github.com/sol/hpack
name: servant-options
version: 0.1.0.0
synopsis: Provide responses to OPTIONS requests for Servant applications.
description: Provide responses to OPTIONS requests for Servant applications.
category: Web
homepage: https://github.com/sordina/servant-options
author: Lyndon Maydwell
maintainer: maydwell@gmail.com
copyright: 2017 Lyndon Maydwell
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
library
hs-source-dirs:
src
build-depends:
base >= 4.7 && < 5
, servant-server
, servant-foreign
, wai
, bytestring
, text
, http-types
exposed-modules:
Network.Wai.Middleware.Servant.Options
default-language: Haskell2010