data-lens-template 2.1.1.1 → 2.1.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Lens/Template.hs +1/−1
- data-lens-template.cabal +1/−1
Data/Lens/Template.hs view
@@ -97,7 +97,7 @@ nodefmsg = "Warning: No accessors generated from the name " ++ show t ++ "\n If you are using makeLenses rather than" ++ "\n nameMakeLens, remember accessors are"- ++ "\n only generated for fields ending with an underscore"+ ++ "\n only generated for fields starting with an underscore" makeAccs :: [TyVarBndr] -> [VarStrictType] -> Q [Dec] makeAccs params vars =
data-lens-template.cabal view
@@ -1,5 +1,5 @@ name: data-lens-template-version: 2.1.1.1+version: 2.1.2 license: BSD3 license-file: LICENSE author: Joel Burget <joelburget@gmail.com>