polysemy-RandomFu 0.4.3.0 → 0.4.4.0
raw patch · 2 files changed
+9/−6 lines, 2 filesdep ~polysemydep ~polysemy-plugindep ~random-fuPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: polysemy, polysemy-plugin, random-fu, random-source
API changes (from Hackage documentation)
- Polysemy.RandomFu: getRandomPrim :: forall r_aeCR t_adji. MemberWithError RandomFu r_aeCR => Prim t_adji -> Sem r_aeCR t_adji
+ Polysemy.RandomFu: getRandomPrim :: forall r_aeDf t_adjG. MemberWithError RandomFu r_aeDf => Prim t_adjG -> Sem r_aeDf t_adjG
- Polysemy.RandomFu: sampleRVar :: forall r_aeCP t_adj9. MemberWithError RandomFu r_aeCP => RVar t_adj9 -> Sem r_aeCP t_adj9
+ Polysemy.RandomFu: sampleRVar :: forall r_aeDd t_adjx. MemberWithError RandomFu r_aeDd => RVar t_adjx -> Sem r_aeDd t_adjx
Files
- ChangeLog.md +3/−0
- polysemy-RandomFu.cabal +6/−6
ChangeLog.md view
@@ -1,3 +1,6 @@+## v0.4.4.0+- Bumped polysemy-plugin upper bound+ ## v0.4.3.0 - Bumped polysemy upper bound
polysemy-RandomFu.cabal view
@@ -7,7 +7,7 @@ -- hash: 349bb25cc65abf6aff1ddd691ea89785dcab4cad79092dc05c66631746153a79 name: polysemy-RandomFu-version: 0.4.3.0+version: 0.4.4.0 synopsis: Experimental, RandomFu effect and interpreters for polysemy description: Please see the README on GitHub at <https://github.com/adamConnerSax/polysemy-Extra/tree/master/polysemy-RandomFu#polysemy-randomfu> category: Polysemy@@ -56,7 +56,7 @@ build-depends: base >=4.7 && <5 , polysemy >=1.3 && <1.7- , polysemy-plugin >0.2.0 && <0.4+ , polysemy-plugin >0.2.0 && <0.5 , polysemy-zoo >=0.6.0 && <0.9 , random-fu >=0.2.7.7 && <0.3.0.0 , random-source >=0.3.0.11 && <0.4.0.0@@ -90,12 +90,12 @@ build-depends: base >=4.7 && <5 , hspec >=2.0- , polysemy >=1.3.0 && <1.7+ , polysemy , polysemy-RandomFu- , polysemy-plugin >0.2.0 && <0.4+ , polysemy-plugin , polysemy-zoo- , random-fu >=0.2.7.7 && <0.3.0.0- , random-source >=0.3.0.11 && <0.4.0.0+ , random-fu+ , random-source , text >=1.1.0.0 && <1.3.0.0 , vector >=0.7 && <0.13 default-language: Haskell2010