labels 0.3.2 → 0.3.3
raw patch · 2 files changed
+5/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- labels.cabal +1/−1
- src/Labels/Internal.hs +4/−0
labels.cabal view
@@ -1,5 +1,5 @@ name: labels-version: 0.3.2+version: 0.3.3 synopsis: Anonymous records via named tuples description: Declare and access tuple fields with labels. An approach to anonymous records. homepage: https://github.com/chrisdone/labels#readme
src/Labels/Internal.hs view
@@ -63,7 +63,11 @@ instance l ~ l' => IsLabel (l :: Symbol) (Proxy l') where+#if __GLASGOW_HASKELL__ >= 802+ fromLabel = Proxy+#else fromLabel _ = Proxy+#endif {-# INLINE fromLabel #-} instance IsString (Q Exp) where