polysemy-RandomFu 0.4.4.0 → 0.4.4.1
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~polysemydep ~textPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: polysemy, text
API changes (from Hackage documentation)
- Polysemy.RandomFu: getRandomPrim :: forall r_aeDf t_adjG. MemberWithError RandomFu r_aeDf => Prim t_adjG -> Sem r_aeDf t_adjG
+ Polysemy.RandomFu: getRandomPrim :: forall r_aeDf t_adjG. Member RandomFu r_aeDf => Prim t_adjG -> Sem r_aeDf t_adjG
- Polysemy.RandomFu: sampleRVar :: forall r_aeDd t_adjx. MemberWithError RandomFu r_aeDd => RVar t_adjx -> Sem r_aeDd t_adjx
+ Polysemy.RandomFu: sampleRVar :: forall r_aeDd t_adjx. Member RandomFu r_aeDd => RVar t_adjx -> Sem r_aeDd t_adjx
Files
- ChangeLog.md +3/−0
- polysemy-RandomFu.cabal +3/−3
ChangeLog.md view
@@ -1,3 +1,6 @@+## v0.4.4.1+- Bumped polysemy and text upper bounds+ ## v0.4.4.0 - Bumped polysemy-plugin upper bound
polysemy-RandomFu.cabal view
@@ -7,7 +7,7 @@ -- hash: 349bb25cc65abf6aff1ddd691ea89785dcab4cad79092dc05c66631746153a79 name: polysemy-RandomFu-version: 0.4.4.0+version: 0.4.4.1 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@@ -55,7 +55,7 @@ ghc-options: -fplugin=Polysemy.Plugin build-depends: base >=4.7 && <5- , polysemy >=1.3 && <1.7+ , polysemy >=1.3 && <1.8 , polysemy-plugin >0.2.0 && <0.5 , polysemy-zoo >=0.6.0 && <0.9 , random-fu >=0.2.7.7 && <0.3.0.0@@ -96,6 +96,6 @@ , polysemy-zoo , random-fu , random-source- , text >=1.1.0.0 && <1.3.0.0+ , text >=1.1.0.0 && <2.1 , vector >=0.7 && <0.13 default-language: Haskell2010