witch 0.2.0.1 → 0.2.0.2
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/lib/Witch/Instances.hs +1/−1
- witch.cabal +1/−1
src/lib/Witch/Instances.hs view
@@ -805,7 +805,7 @@ then if s > 0 then Left Exception.Overflow else Left Exception.Underflow else Right $ toRational s --- | Uses 'Float.double2Float'.+-- | Uses 'Float.float2Double'. instance Cast.Cast Float Double where cast = Float.float2Double
witch.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: witch-version: 0.2.0.1+version: 0.2.0.2 synopsis: Convert values from one type into another. description: Witch converts values from one type into another.