-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9c48fd1aba83bd450ec2ad17f3ec3f52d13c6349a8171c86be2f21cf1d22bf23
name: async-refresh-tokens
version: 0.4.0.0
synopsis: Package implementing core logic for refreshing of expiring access tokens
description: This package can be used for renewal of expiring access tokens according to user-provided actions. Tokens will be stored in a transactional variable (TVar).
category: Control
homepage: https://github.com/mtesseract/async-refresh-tokens#readme
bug-reports: https://github.com/mtesseract/async-refresh-tokens/issues
author: Moritz Clasmeier
maintainer: mtesseract@silverratio.net
copyright: (c) 2017, 2018 Moritz Clasmeier
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/mtesseract/async-refresh-tokens
library
hs-source-dirs:
src
default-extensions: OverloadedStrings NoImplicitPrelude
ghc-options: -Wall
build-depends:
async-refresh >=0.3.0.0
, base >=4.7 && <5
, bytestring
, formatting
, microlens >=0.4
, microlens-th >=0.4
, monad-logger
, safe-exceptions
, text
, unliftio
, unliftio-core
exposed-modules:
Control.Concurrent.Async.Refresh.Tokens
other-modules:
Control.Concurrent.Async.Refresh.Tokens.Conf
Control.Concurrent.Async.Refresh.Tokens.Lenses
Control.Concurrent.Async.Refresh.Tokens.Prelude
Control.Concurrent.Async.Refresh.Tokens.Types
Paths_async_refresh_tokens
default-language: Haskell2010
test-suite async-refresh-tokens-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
default-extensions: OverloadedStrings
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fno-warn-type-defaults
build-depends:
HUnit
, async-refresh-tokens
, base
, criterion
, monad-logger
, test-framework
, test-framework-hunit
, unliftio
other-modules:
Paths_async_refresh_tokens
default-language: Haskell2010