fclabels 1.1.2 → 1.1.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- fclabels.cabal +2/−2
fclabels.cabal view
@@ -1,5 +1,5 @@ Name: fclabels-Version: 1.1.2+Version: 1.1.3 Author: Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher with lots of help and feedback from others. Synopsis: First class accessor labels.@@ -49,7 +49,7 @@ base < 5 , template-haskell >= 2.2 && < 2.8 , mtl >= 1.0 && < 2.2- , transformers >= 0.2 && < 0.3+ , transformers >= 0.2 && < 0.4 Source-Repository head Type: git