multiarg 0.20.0.0 → 0.22.0.0
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
lib/System/Console/MultiArg/Prim.hs view
@@ -472,7 +472,7 @@ assert :: e -> Bool -> Either e ()-assert e b = if b then Left e else Right ()+assert e b = if b then Right () else Left e fromMaybe :: e -> Maybe a -> Either e a fromMaybe e = maybe (Left e) Right
multiarg.cabal view
@@ -1,5 +1,5 @@ Name: multiarg-Version: 0.20.0.0+Version: 0.22.0.0 Cabal-version: >=1.8 Build-Type: Simple License: BSD3