-- This file has been generated from package.yaml by hpack version 0.18.1. -- -- see: https://github.com/sol/hpack name: arbor-monad-counter version: 2.0.1 description: Please see the README on Github at category: Services homepage: https://github.com/arbor/arbor-monad-counter#readme bug-reports: https://github.com/arbor/arbor-monad-counter/issues author: Arbor Networks maintainer: mayhem@arbor.net copyright: Arbor Networks license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/arbor/arbor-monad-counter library hs-source-dirs: src default-extensions: BangPatterns FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedStrings TupleSections ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.7 && <5 , containers , generic-lens , lens , mtl , stm , resourcet , transformers exposed-modules: Arbor.Monad.Counter Arbor.Monad.Counter.Type other-modules: Paths_arbor_monad_counter default-language: Haskell2010 test-suite arbor-monad-counter-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test src default-extensions: BangPatterns FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedStrings TupleSections ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , containers , generic-lens , lens , mtl , stm , resourcet , transformers , arbor-monad-counter , hspec , hedgehog , hw-hspec-hedgehog other-modules: Arbor.Monad.Counter Arbor.Monad.Counter.Type default-language: Haskell2010