packages feed

random-mhs 1.3.2.1 → 1.3.2.2

raw patch · 2 files changed

+3/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

random-mhs.cabal view
@@ -1,6 +1,6 @@ cabal-version:      >=1.10 name:               random-mhs-version:            1.3.2.1+version:            1.3.2.2 license:            BSD3 license-file:       LICENSE maintainer:         lennart@augustsson.net
src/System/Random/Seed.hs view
@@ -55,6 +55,8 @@ #if !defined(__MHS__) import GHC.Exts (Proxy#, proxy#) import GHC.TypeLits (KnownNat, Nat, natVal', type (<=))+#else /* !defined(__MHS__) */+import Data.Proxy #endif /* !defined(__MHS__) */ import System.Random.Internal import qualified System.Random.SplitMix as SM