cabal-version: 1.12 name: keycloak-hs version: 1.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 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.Client Keycloak.Types Keycloak hs-source-dirs: src other-modules: Paths_keycloak_hs default-language: Haskell2010 build-depends: aeson >=1.4 && <1.5, aeson-casing >=0.1 && <0.3, base >=4.7 && <5, base64-bytestring >=1.0 && <1.1, containers >=0.5.9 && <0.7, bytestring >=0.10 && <0.11, exceptions >=0.10 && <0.11, http-api-data >=0.4 && <0.5, http-types >=0.12 && <0.13, http-client >=0.5 && <0.7, hslogger >=1.2 && <1.4, jwt ==0.10.*, lens >=4.17 && <4.19, mtl >=2.2 && <2.3, string-conversions >=0.4 && <0.5, safe >=0.3 && <0.4, text >=1.2 && <1.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