cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: b70b09864192ada221e36052b2e656f25c7d31214c5eaacd042f183f5efb13b1 name: circuit-breaker version: 0.1.0.0 synopsis: An implementation of the "circuit breaker" pattern to disable repeated calls to a failing system description: Please see the README on GitHub at category: System homepage: https://github.com/ChrisCoffey/circuit-breaker#readme bug-reports: https://github.com/ChrisCoffey/circuit-breaker/issues author: Chris Coffey maintainer: chris@foldl.io copyright: 2019 Chris Coffey license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/ChrisCoffey/circuit-breaker library exposed-modules: Lib System.CircuitBreaker System.CircuitBreaker.Management other-modules: Paths_circuit_breaker hs-source-dirs: src default-extensions: GADTs FlexibleInstances DataKinds MultiParamTypeClasses FunctionalDependencies TypeApplications KindSignatures ScopedTypeVariables TypeFamilies ExistentialQuantification OverloadedStrings build-depends: base >=4.7 && <5 , mtl , random , text , time , transformers , unliftio , unliftio-core , unordered-containers default-language: Haskell2010 executable circuit-breaker-exe main-is: Main.hs other-modules: Paths_circuit_breaker hs-source-dirs: app default-extensions: GADTs FlexibleInstances DataKinds MultiParamTypeClasses FunctionalDependencies TypeApplications KindSignatures ScopedTypeVariables TypeFamilies ExistentialQuantification OverloadedStrings ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , circuit-breaker , mtl , random , text , time , transformers , unliftio , unliftio-core , unordered-containers default-language: Haskell2010 test-suite circuit-breaker-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_circuit_breaker hs-source-dirs: test default-extensions: GADTs FlexibleInstances DataKinds MultiParamTypeClasses FunctionalDependencies TypeApplications KindSignatures ScopedTypeVariables TypeFamilies ExistentialQuantification OverloadedStrings ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck , base >=4.7 && <5 , circuit-breaker , mtl , quickcheck-instances , random , tasty , tasty-hunit , tasty-quickcheck , text , time , transformers , unliftio , unliftio-core , unordered-containers default-language: Haskell2010