cabal-version: 2.0 name: biscuit-wai version: 0.1.0.0 category: Security synopsis: WAI middleware for the Biscuit security token description: Please see the README on GitHub at homepage: https://github.com/biscuit-auth/biscuit-haskell#readme bug-reports: https://github.com/biscuit-auth/biscuit-haskell/issues author: Clément Delafargue maintainer: clement@delafargue.name copyright: 2021 Clément Delafargue license: BSD3 license-file: LICENSE build-type: Simple tested-with: GHC ==8.10.7 || == 9.0.2 || == 9.2.4 extra-source-files: source-repository head type: git location: https://github.com/biscuit-auth/biscuit-haskell library exposed-modules: Network.Wai.Middleware.Biscuit other-modules: Paths_biscuit_wai autogen-modules: Paths_biscuit_wai hs-source-dirs: src ghc-options: -Wall build-depends: base >= 4.7 && <5, biscuit-haskell >= 0.3 && < 0.4, bytestring >= 0.10 && <0.12, http-types ^>= 0.12, vault ^>= 0.3, wai ^>= 3.2 default-language: Haskell2010 test-suite biscuit-wai-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: base >=4.7 && <5 , biscuit-haskell , biscuit-wai , bytestring , hspec , http-client , http-types , text , wai , warp default-language: Haskell2010