packages feed

vary 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Vary.hs view
@@ -71,7 +71,7 @@ -- >>> import Vary (Vary, (:|)) -- >>> import qualified Vary ----- You probably often want to use it together with the "Vary.Either" module:+-- You probably often want to use it together with the "Vary.VEither" module: -- -- >>> import Vary.VEither (VEither(VLeft, VRight)) -- >>> import qualified Vary.VEither as VEither
vary.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           vary-version:        0.1.0.2+version:        0.1.0.3 synopsis:       Vary: Friendly and fast polymorphic variants (open unions/coproducts/extensible sums) description:    Vary: Friendly and fast Variant types for Haskell                 .