packages feed

polysemy-vinyl 0.1.0.0 → 0.1.1.0

raw patch · 3 files changed

+6/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for polysemy-vinyl +## v0.1.1.0++* Enable `PolyKinds`.+ ## v0.1.0.0  * Add `rmapOutput`, `rmapOutput'` `rContramapInput`, `rContramapInput'`.
polysemy-vinyl.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           polysemy-vinyl-version:        0.1.0.0+version:        0.1.1.0 synopsis:       Functions for mapping vinyl records in polysemy. description:    Extra functions for using vinyl records in polysemy. category:       Polysemy Vinyl
src/Polysemy/Vinyl.hs view
@@ -8,6 +8,7 @@ -} {-# LANGUAGE DataKinds     #-} {-# LANGUAGE RankNTypes    #-}+{-# LANGUAGE PolyKinds     #-} {-# LANGUAGE TypeOperators #-} module Polysemy.Vinyl (   rContramapInput