fclabels 2.0.3.1 → 2.0.3.2
raw patch · 2 files changed
+7/−5 lines, 2 filesdep ~HUnitdep ~basedep ~criterionPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit, base, criterion, template-haskell
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- fclabels.cabal +4/−5
CHANGELOG view
@@ -1,5 +1,8 @@ CHANGELOG +2.0.3.2+ - Allow HUnit 1.5.*+ 2.0.3.1 - Allow HUnit 1.4.*.
fclabels.cabal view
@@ -1,5 +1,5 @@ Name: fclabels-Version: 2.0.3.1+Version: 2.0.3.2 Author: Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher with lots of help and feedback from others. Synopsis: First class accessor labels implemented as lenses.@@ -47,10 +47,9 @@ See "Data.Label.Base" and "Data.Label.Monadic" for more information. .- * /Changelog from 2.0.2.4 to 2.0.3/+ * /Changelog from 2.0.3.1 to 2.0.3.2/ .- > - Allow HUnit 1.4.*.- > - Fix test suite on GHC 7.4.+ > - Allow HUnit 1.5.*. Maintainer: Sebastiaan Visser <code@fvisser.nl> Homepage: https://github.com/sebastiaanvisser/fclabels@@ -107,7 +106,7 @@ , template-haskell >= 2.2 && < 2.12 , mtl >= 1.0 && < 2.3 , transformers >= 0.2 && < 0.6- , HUnit >= 1.2 && < 1.5+ , HUnit >= 1.2 && < 1.6 Benchmark benchmark Type: exitcode-stdio-1.0