packages feed

fluid-idl-scotty-0.0.0: fluid-idl-scotty.cabal

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

name:           fluid-idl-scotty
version:        0.0.0
synopsis:       Scotty server add-on for Fluid
description:    Scotty server add-on for Fluid
category:       Web
maintainer:     Joe Vargas
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    package.yaml
    README.md

library
  hs-source-dirs:
      library
  default-extensions: OverloadedStrings NamedFieldPuns
  ghc-options: -Wall
  build-depends:
      aeson
    , base >= 4.7 && < 5
    , fluid-idl
    , scotty
    , text
    , mtl
    , wai
  exposed-modules:
      Fluid.Server.Scotty
  default-language: Haskell2010