packages feed

real-dice 0.1.0.4 → 0.1.0.5

raw patch · 3 files changed

+14/−6 lines, 3 filesdep ~basedep ~randomdep ~real-dicePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, random, real-dice

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -25,3 +25,9 @@ * Supports Haskell2010  * Updates CI++## 0.1.0.5 -- 2025-01-07++* Supports up to random-1.4 and base-4.22++* Tests with GHC 9.8, GHC 9.10, and GHC 9.12 
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2024 Kyle Beechly+Copyright (c) 2024-2025 Kyle Beechly  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
real-dice.cabal view
@@ -20,9 +20,11 @@ -- PVP summary:     +-+------- breaking API changes --                  | | +----- non-breaking API additions --                  | | | +--- code changes with no API change-version:            0.1.0.4+version:            0.1.0.5 -tested-with:        GHC==9.8.2, +tested-with:        GHC==9.12.1, +                    GHC==9.10.1, +                    GHC==9.8.4,                      GHC==9.6.4,                      GHC==9.4.8,                     GHC==9.2.8,@@ -118,7 +120,7 @@     -- other-extensions:      -- Other library packages from which modules are imported.-    build-depends:    base >=4.12.0.0 && <= 4.20.0.1,+    build-depends:    base >=4.12.0.0 && < 4.22,                       mtl >= 2.2.2 && < 2.4,                       primes >= 0.2.1 && < 0.3 @@ -146,8 +148,8 @@     build-depends:         base,         mtl,-        random >= 1.2.1 && < 1.3,-        real-dice >= 0.1 && < 0.2,+        random >= 1.2.1 && < 1.4,+        real-dice      -- Directories containing source files.     hs-source-dirs:   app