biscuit-haskell-0.1.0.0: biscuit-haskell.cabal
cabal-version: 2.0
name: biscuit-haskell
version: 0.1.0.0
category: Security
synopsis: Library 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
Auth.Biscuit.Utils
Auth.Biscuit.Datalog.AST
Auth.Biscuit.Datalog.Executor
Auth.Biscuit.Datalog.Parser
Auth.Biscuit.Example
Auth.Biscuit.Proto
Auth.Biscuit.ProtoBufAdapter
Auth.Biscuit.Sel
Auth.Biscuit.Timer
Auth.Biscuit.Token
other-modules:
Paths_biscuit_haskell
autogen-modules:
Paths_biscuit_haskell
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >= 4.7 && <5,
async ^>= 2.2,
base16-bytestring ^>= 0.1.0,
bytestring ^>= 0.10,
text ^>= 1.2,
containers ^>= 0.6,
template-haskell ^>= 2.16,
attoparsec ^>= 0.13,
primitive ^>= 0.7,
base64 ^>= 0.4,
cereal ^>= 0.5,
libsodium ^>= 1.0,
mtl ^>= 2.2,
parser-combinators ^>= 1.2,
protobuf ^>= 0.2,
random ^>= 1.1,
regex-tdfa ^>= 1.3,
th-lift-instances ^>= 0.1,
time ^>= 1.9,
validation-selective ^>= 0.1
default-language: Haskell2010
executable biscuit-haskell-exe
main-is: Main.hs
other-modules:
Paths_biscuit_haskell
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
async
, attoparsec
, base >=4.7 && <5
, base16-bytestring ^>=0.1.0
, base64
, biscuit-haskell
, bytestring
, cereal
, containers
, libsodium
, mtl
, parser-combinators
, primitive
, protobuf
, random
, template-haskell
, text
, th-lift-instances
, time
, validation-selective
default-language: Haskell2010
test-suite biscuit-haskell-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Spec.Crypto
Spec.Executor
Spec.Parser
Spec.Quasiquoter
Spec.RevocationIds
Spec.Roundtrip
Spec.Samples
Spec.Verification
Paths_biscuit_haskell
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
async
, attoparsec
, base >=4.7 && <5
, base16-bytestring ^>=0.1
, base64
, biscuit-haskell
, bytestring
, cereal
, containers
, libsodium
, mtl
, parser-combinators
, primitive
, protobuf
, random
, tasty
, tasty-hunit
, template-haskell
, text
, th-lift-instances
, time
, validation-selective
default-language: Haskell2010