name: servant-rawm-server version: 1.0.0.1 synopsis: The server implementation of servant-rawm. description: Please see . 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.Server build-depends: base >= 4.8 && < 5 , bytestring >= 0.10 , filepath >= 1.4 , servant-rawm >= 1.0 , servant-server >= 0.16 , resourcet >= 1.0 , wai >= 3.2 , wai-app-static >= 3.1 default-language: Haskell2010 ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -- TODO: These doctests need to be moved to cabal-doctest, since just using -- doctest directly is not reliable. -- test-suite servant-rawm-server-doctest -- type: exitcode-stdio-1.0 -- main-is: DocTest.hs -- hs-source-dirs: test -- build-depends: base -- , doctest -- , Glob -- , servant-server -- default-language: Haskell2010 -- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N source-repository head type: git location: git@github.com:cdepillabout/servant-rawm.git