packages feed

indents 0.4.0.0 → 0.4.0.1

raw patch · 2 files changed

+6/−3 lines, 2 filesdep ~tastydep ~tasty-hunitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: tasty, tasty-hunit

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,6 +1,9 @@ Changelog ========= +- 0.4.0.1 (2017-12-26)+    * Bump `tasty` and `tasty-hunit` dependencies+ - 0.4.0.0 (2016-12-22)     * Improved error messages     * Added a simple test suite
indents.cabal view
@@ -1,5 +1,5 @@ Name:                indents-Version:             0.4.0.0+Version:             0.4.0.1 Synopsis:            indentation sensitive parser-combinators for parsec Description:         This library provides functions for use in parsing indentation sensitive contexts. It parses blocks of lines all indented to the same level as well as lines continued at an indented level below. Homepage:            http://github.com/jaspervdj/indents@@ -45,8 +45,8 @@    Build-depends:     indents,-    tasty       >= 0.11 && < 0.12,-    tasty-hunit >= 0.9  && < 0.10,+    tasty       >= 0.11 && < 0.13,+    tasty-hunit >= 0.9  && < 0.11,     -- Copy-pasted from 'Library' dependencies.     base   >= 4 && < 5,     parsec >= 3 && < 3.2,