biscuit-servant-0.2.0.1: biscuit-servant.cabal
cabal-version: 2.0
name: biscuit-servant
version: 0.2.0.1
category: Security
synopsis: Servant support for the Biscuit security token
description: Please see the README on GitHub at <https://github.com/divarvel/biscuit-haskell#readme>
homepage: https://github.com/divarvel/biscuit-haskell#readme
bug-reports: https://github.com/divarvel/biscuit-haskell/issues
author: Clément Delafargue
maintainer: clement@delafargue.name
copyright: 2021 Clément Delafargue
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/divarvel/biscuit-haskell
library
exposed-modules:
Auth.Biscuit.Servant
other-modules:
Paths_biscuit_servant
autogen-modules:
Paths_biscuit_servant
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >= 4.7 && <5,
biscuit-haskell ^>= 0.2,
bytestring ^>= 0.10,
mtl ^>= 2.2,
text ^>= 1.2,
servant-server ^>= 0.18,
wai ^>= 3.2
default-language: Haskell2010
test-suite biscuit-servant-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
AppWithAuthorizer
ClientHelpers
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
base >=4.7 && <5
, biscuit-haskell
, biscuit-servant
, bytestring
, hspec
, http-client
, servant
, servant-server
, servant-client
, servant-client-core
, text
, time
, warp
default-language: Haskell2010