componentm 0.0.0.0 → 0.0.0.1
raw patch · 3 files changed
+18/−15 lines, 3 filesdep −timedep ~containersdep ~deepseqdep ~prettyprinterPVP ok
version bump matches the API change (PVP)
Dependencies removed: time
Dependency ranges changed: containers, deepseq, prettyprinter, tasty, tasty-hunit
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- README.md +1/−1
- componentm.cabal +12/−14
CHANGELOG.md view
@@ -7,6 +7,11 @@ [1]: http://semver.org/spec/v2.0.0.html [2]: https://github.com/roman/Haskell-teardown/libraries/teardown/CHANGELOG.md +## v0.0.0.1++* Relax lower version bounds for `prettyprinter`, `containers`, `exceptions`,+ `deepseq`, `tasty`, `tasty-hunit` dependencies+ ## v0.0.0.0 * Add `ComponentM` type, which supports `Monad` and `Applicative`
README.md view
@@ -60,7 +60,7 @@ ## Development [](https://travis-ci.org/roman/Haskell-componentm) [](http://packdeps.haskellers.com/feed?needle=componentm)-[](https://img.shields.io/github/commits-since/roman/haskell-componentm/v0.0.0.0.svg)+[](https://img.shields.io/github/commits-since/roman/haskell-componentm/v0.0.0.1.svg) This library is intended to be minimal, providing a few functions that work reliably among many different kind of projects. If you want to contribute, Pull
componentm.cabal view
@@ -1,10 +1,10 @@ cabal-version: >=1.10 name: componentm-version: 0.0.0.0+version: 0.0.0.1 license: MIT license-file: LICENSE-copyright: © 2017 Roman Gonzalez-maintainer: romanandreg@gmail.com+copyright: © 2017-2018 Roman Gonzalez+maintainer: open-source@roman-gonzalez.info author: Roman Gonzalez stability: alpha (experimental) tested-with: ghc ==8.0.1 ghc ==8.0.2 ghc ==8.2.1@@ -42,13 +42,12 @@ -Wincomplete-record-updates build-depends: base >=4.8 && <5,- containers >=0.5.11.0,- deepseq >=1.4.3.0,+ containers >=0.5.7,+ deepseq >=1.4.2, exceptions >=0.8.3,- prettyprinter >=1.2.0.1,+ prettyprinter >=1.1, rio >=0.0.3,- teardown >=0.3,- time >=1.8.0.2+ teardown >=0.3 test-suite componentm-tests type: exitcode-stdio-1.0@@ -63,10 +62,9 @@ build-depends: base >=4.8 && <5, componentm -any,- containers >=0.5.11.0,- prettyprinter >=1.2.0.1,+ containers >=0.5.7,+ prettyprinter >=1.1, rio >=0.0.3,- tasty >=1.0.1.1,- tasty-hunit >=0.10.0.1,- teardown >=0.3,- time >=1.8.0.2+ tasty >=0.11.2,+ tasty-hunit >=0.9.2,+ teardown >=0.3