async-timer 0.1.4.0 → 0.1.4.1
raw patch · 2 files changed
+64/−46 lines, 2 filesdep ~lifted-asyncPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lifted-async
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- async-timer.cabal +63/−45
LICENSE view
@@ -1,4 +1,4 @@-Copyright Moritz Schulte (c) 2016-2017+Copyright Moritz Clasmeier (c) 2016-2018 All rights reserved.
async-timer.cabal view
@@ -1,50 +1,68 @@-name: async-timer-version: 0.1.4.0-synopsis: Provides API for timer based execution of IO actions-description: This is a lightweight package built on top of the async package- providing easy to use periodic timers. This can be used for executing- IO actions periodically.-homepage: https://github.com/mtesseract/async-timer-license: BSD3-license-file: LICENSE-author: Moritz Schulte-maintainer: mtesseract@silverratio.net-copyright: (c) 2016-2017 Moritz Schulte-category: Concurrency-build-type: Simple-extra-source-files: README.md-cabal-version: >=1.10+-- This file has been generated from package.yaml by hpack version 0.20.0.+--+-- see: https://github.com/sol/hpack+--+-- hash: 591c3b4ee57f39cdee5778c4cedee60c71f1a62a5f5a1143919d71f77f00e0ac -library- hs-source-dirs: src- exposed-modules: Control.Concurrent.Async.Timer- , Control.Concurrent.Async.Timer.Unsafe- other-modules: Control.Concurrent.Async.Timer.Internal- build-depends: base >= 4.9.1.0 && < 5- , lifted-base >= 0.2.3.11 && < 0.3- , lifted-async >= 0.9.1.1 && < 0.10- , monad-control >= 1.0.1.0 && < 1.1- , safe-exceptions >= 0.1.5.0 && < 0.2- , transformers-base >= 0.4.4 && < 0.5- default-language: Haskell2010- ghc-options: -Wall -fno-warn-type-defaults+name: async-timer+version: 0.1.4.1+synopsis: Provides API for timer based execution of IO actions+description: This is a lightweight package built on top of the async package+ providing easy to use periodic timers. This can be used for executing+ IO actions periodically.+category: Concurrency+homepage: https://github.com/mtesseract/async-timer#readme+bug-reports: https://github.com/mtesseract/async-timer/issues+author: Moritz Clasmeier+maintainer: mtesseract@silverratio.net+copyright: (c) 2016-2018 Moritz Clasmeier+license: BSD3+license-file: LICENSE+build-type: Simple+cabal-version: >= 1.10 -test-suite async-timer-test- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Spec.hs- build-depends: base- , lifted-async- , async-timer- , HUnit- , test-framework- , test-framework-hunit- , containers- , criterion- ghc-options: -threaded -rtsopts -with-rtsopts=-N- default-language: Haskell2010- default-extensions: OverloadedStrings+extra-source-files:+ README.md source-repository head- type: git+ type: git location: https://github.com/mtesseract/async-timer++library+ hs-source-dirs:+ src+ ghc-options: -Wall -fno-warn-type-defaults+ build-depends:+ base >=4.9.1.0 && <5+ , lifted-async >=0.9.1.1 && <0.11+ , lifted-base >=0.2.3.11 && <0.3+ , monad-control >=1.0.1.0 && <1.1+ , safe-exceptions >=0.1.5.0 && <0.2+ , transformers-base >=0.4.4 && <0.5+ exposed-modules:+ Control.Concurrent.Async.Timer+ Control.Concurrent.Async.Timer.Unsafe+ other-modules:+ Control.Concurrent.Async.Timer.Internal+ Paths_async_timer+ default-language: Haskell2010++test-suite async-timer-test+ type: exitcode-stdio-1.0+ main-is: Spec.hs+ hs-source-dirs:+ test+ default-extensions: OverloadedStrings+ ghc-options: -threaded -rtsopts -with-rtsopts=-N+ build-depends:+ HUnit+ , async-timer+ , base+ , containers+ , criterion+ , lifted-async+ , test-framework+ , test-framework-hunit+ other-modules:+ Paths_async_timer+ default-language: Haskell2010