contravariant 0.4.3 → 0.4.4
raw patch · 3 files changed
+10/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +1/−1
- Data/Functor/Contravariant.hs +8/−0
- contravariant.cabal +1/−1
CHANGELOG.markdown view
@@ -1,4 +1,4 @@-0.4.3+0.4.4 ----- * Fixed compatibility with GHC 7.7 and tightened `Safe` Haskell support.
Data/Functor/Contravariant.hs view
@@ -2,7 +2,15 @@ #ifdef __GLASGOW_HASKELL__ {-# LANGUAGE DeriveDataTypeable #-} #if __GLASGOW_HASKELL__ >= 702+#if MIN_VERSION_transformers(0,3,0)+#if MIN_VERSION_tagged(0,6,1) {-# LANGUAGE Safe #-}+#else+{-# LANGUAGE Trustworthy #-}+#endif+#else+{-# LANGUAGE Trustworthy #-}+#endif #endif #endif
contravariant.cabal view
@@ -1,6 +1,6 @@ name: contravariant category: Control, Data-version: 0.4.3+version: 0.4.4 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE