packages feed

constraints 0.4.1.1 → 0.4.1.2

raw patch · 2 files changed

+3/−1 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

Data/Constraint.hs view
@@ -324,7 +324,9 @@ unmapDict :: (Dict a -> Dict b) -> a :- b unmapDict f = Sub (f Dict) +#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 707 type role Dict nominal+#endif  -------------------------------------------------------------------------------- -- Reflection
constraints.cabal view
@@ -1,6 +1,6 @@ name:          constraints category:      Constraints-version:       0.4.1.1+version:       0.4.1.2 license:       BSD3 cabal-version: >= 1.10 license-file:  LICENSE