fclabels 1.0.3 → 1.0.4
raw patch · 2 files changed
+4/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- fclabels.cabal +3/−4
- src/Data/Label/Derive.hs +1/−0
fclabels.cabal view
@@ -1,5 +1,5 @@ Name: fclabels-Version: 1.0.3+Version: 1.0.4 Author: Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher. Synopsis: First class accessor labels. Description: This package provides first class labels that can act as@@ -19,9 +19,8 @@ . See the "Data.Label.Maybe" module for the use of partial labels. .- > 1.0.2 -> 1.0.3- > - Deriving labels for datatypes from other modules now works- > also when imported qualified.+ > 1.0.3 -> 1.0.4+ > - Bugfix to compile on GHC 6.12 again. Maintainer: Sebastiaan Visser <code@fvisser.nl> License: BSD3 License-File: LICENCE
src/Data/Label/Derive.hs view
@@ -2,6 +2,7 @@ {-# LANGUAGE TemplateHaskell , OverloadedStrings+ , FlexibleContexts , FlexibleInstances , TypeOperators #-}