scotty-utils-0.2.0.0: scotty-utils.cabal
name: scotty-utils
version: 0.2.0.0
synopsis: Scotty utils library
description: Scotty utils library.
homepage: https://github.com/Lupino/yuntan-common/tree/master/scotty-utils#readme
license: BSD3
license-file: LICENSE
author: Li Meng Jun
maintainer: lmjubuntu@gmail.com
copyright: MIT
category: Web, Scotty, Utils
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Web.Scotty.Utils
build-depends: base >= 4.7 && < 5
, http-types
, aeson >= 2.0
, scotty
, text
, aeson-result
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/Lupino/yuntan-common