contravariant 0.1.0 → 0.1.0.1
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/Functor/Contravariant.hs +1/−1
- contravariant.cabal +1/−1
Data/Functor/Contravariant.hs view
@@ -10,7 +10,7 @@ -- -- 'Contravariant' functors, sometimes referred to colloquially as @Cofunctor@, -- even though the dual of a 'Functor' is just a 'Functor'. As with 'Functor'--- the definition of 'Contravariant'' for a given ADT is unambiguous.+-- the definition of 'Contravariant' for a given ADT is unambiguous. ---------------------------------------------------------------------------- module Data.Functor.Contravariant (
contravariant.cabal view
@@ -1,6 +1,6 @@ name: contravariant category: Control, Data-version: 0.1.0+version: 0.1.0.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE