cabal-version: 1.12 name: keycloak-hs version: 3.0.2 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.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: base >= 4.9.1.0 && <5, aeson >= 2.0.3 && < 2.3, containers >= 0.6.4.1 && < 0.7, bytestring >= 0.10 && < 0.12, mtl >= 2.2.2 && < 2.3, hashable >= 1.3.5 && < 1.5, text >= 1.2.5 && < 2.1, unordered-containers >= 0.2.17 && < 0.3, aeson-casing >= 0.2.0 && < 0.3, base64-bytestring >= 1.2.1 && < 1.3, exceptions >= 0.10.4 && < 0.11, hslogger >= 1.3.1 && < 1.4, http-api-data >= 0.4.3 && < 0.6, http-types >= 0.12.3 && < 0.13, http-client >= 0.7.13 && < 0.8, jose >= 0.9 && < 0.11, lens >= 5.0.1 && < 5.3, monad-time >= 0.3.1 && < 0.5, lens-aeson >= 1.1.3 && < 1.3, safe >= 0.3.19 && < 0.4, string-conversions >= 0.4.0 && < 0.5, word8 >= 0.1.3 && < 0.2, wreq >= 0.5.3 && < 0.6 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