packages feed

servant-rawm-1.0.0.0: servant-rawm.cabal

name:                servant-rawm
version:             1.0.0.0
synopsis:            Embed a raw 'Application' in a Servant API
description:
  Please see <https://github.com/cdepillabout/servant-rawm#readme README.md>.
  .
  After @servant-rawm@ 1.0.0.0, the implementation are divided into
  three packages: @servant-rawm-server@, @servant-rawm-client@,
  and @servant-rawm-docs@.
  .
  You need to use either of the three implementations for the 'RawM' endpoint
  to function correctly.
homepage:            https://github.com/cdepillabout/servant-rawm
license:             BSD3
license-file:        LICENSE
author:              Dennis Gosnell
maintainer:          cdep.illabout@gmail.com
                   , nil.krjst@gmail.com
copyright:           2017 Dennis Gosnell
category:            Servant
                   , Web
build-type:          Simple
extra-source-files:  CHANGELOG.md
                   , README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Servant.RawM
  build-depends:       base >= 4.8 && < 5
                     , servant >= 0.16
  default-language:    Haskell2010
  ghc-options:         -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -Wmissing-import-lists

source-repository head
  type:     git
  location: git@github.com:cdepillabout/servant-rawm.git