keycloak-hs-3.0.1: keycloak-hs.cabal
cabal-version: 1.12
name: keycloak-hs
version: 3.0.1
license: BSD3
license-file: LICENSE
copyright: 2019 Corentin Dupont
maintainer: corentin.dupont@gmail.com
author: Corentin Dupont
homepage: https://github.com/cdupont/keycloak-hs#readme
bug-reports: https://github.com/cdupont/keycloak-hs/issues
description:
Please see the README on GitHub at <https://github.com/cdupont/keycloak-hs#readme>
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/cdupont/keycloak-hs
library
exposed-modules:
Keycloak.Tokens
Keycloak.Authorizations
Keycloak.Users
Keycloak.Utils
Keycloak.Types
Keycloak.Config
Keycloak
hs-source-dirs: src
other-modules:
Paths_keycloak_hs
default-language: Haskell2010
build-depends:
aeson >=1.4 && <1.6,
aeson-casing >=0.1 && <0.3,
base >=4.7 && <5,
base64-bytestring >=1.0 && <1.2,
containers >=0.6 && <0.7,
bytestring >=0.10 && <0.11,
exceptions >=0.10 && <0.11,
hashable >=1.1 && <1.4,
http-api-data >=0.4 && <0.5,
http-types >=0.12 && <0.13,
http-client >=0.5 && <0.7,
hslogger >=1.2 && <1.4,
jose >=0.8 && <0.9,
lens >=4.17 && <4.20,
lens-aeson >=1.1 && <1.2,
monad-time >= 0.3 && <0.4,
mtl >=2.2 && <2.3,
string-conversions >=0.4 && <0.5,
safe >=0.3 && <0.4,
text >=1.2 && <1.3,
unordered-containers >=0.2 && <0.3,
wreq >=0.5 && <0.6,
word8 >=0.1 && <0.2
executable example
main-is: Main.hs
hs-source-dirs: examples
default-language: Haskell2010
ghc-options: -threaded -Wall
build-depends:
base >=4.9.1.0 && <5,
keycloak-hs -any,
hslogger -any