name: Spock-core version: 0.14.0.0 x-revision: 2 synopsis: Another Haskell web framework for rapid development description: Barebones high performance type safe web framework Homepage: https://www.spock.li Bug-reports: https://github.com/agrafix/Spock/issues license: BSD3 license-file: LICENSE author: Alexander Thiemann maintainer: Alexander Thiemann copyright: (c) 2013 - 2020 Alexander Thiemann category: Web build-type: Simple cabal-version: >=2.0 tested-with: GHC==8.8.4 extra-source-files: README.md library hs-source-dirs: src exposed-modules: Web.Spock.Core, Web.Spock.Action, Web.Spock.Routing, Web.Spock.Internal.Cookies, Web.Spock.Internal.Util other-modules: Web.Spock.Internal.Config, Web.Spock.Internal.CoreAction, Web.Spock.Internal.Wire build-depends: aeson >= 0.7, base >= 4 && < 5, base64-bytestring >=1.0, bytestring >=0.10, case-insensitive >=1.1, containers >=0.5, cookie >=0.4, hashable >=1.2, http-types >=0.8, hvect >= 0.4, monad-control >= 1.0, mmorph >= 1.1, mtl >=2.1 && <2.3, http-api-data >= 0.2, old-locale >=1.0, reroute >=0.5, resourcet >= 1.2.2, stm >=2.4, superbuffer >= 0.2, text >= 0.11.3.1, time >=1.4, transformers >=0.3, transformers-base >=0.4, unordered-containers >=0.2, vault >=0.3, wai >=3.2.2.1, wai-extra >=3.0, warp >=3.0 ghc-options: -Wall -fno-warn-orphans default-language: Haskell2010 test-suite spockcoretests type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs other-modules: Web.Spock.FrameworkSpecHelper, Web.Spock.Internal.CookiesSpec, Web.Spock.Internal.UtilSpec, Web.Spock.SafeSpec build-depends: aeson, base, bytestring, base64-bytestring >=1.0, hspec >= 2.0, hspec-wai >= 0.6, http-types, monad-control, Spock-core, reroute, text, time, transformers >=0.3, transformers-base, unordered-containers, wai ghc-options: -Wall -fno-warn-orphans default-language: Haskell2010 source-repository head type: git location: https://github.com/agrafix/Spock