data-effects-th 0.4.0.1 → 0.4.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~containersPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: containers
API changes (from Hackage documentation)
+ Data.Effect.TH: class () => Default a
+ Data.Effect.TH: def :: Default a => a
- Data.Effect.TH: data EffectOrder
+ Data.Effect.TH: data () => EffectOrder
- Data.Effect.TH.Internal: type EffectGenerator = ReaderT (EffectConf, Name, Info, DataInfo, EffectInfo) WriterT [Dec] Q ()
+ Data.Effect.TH.Internal: type EffectGenerator = ReaderT (EffectConf, Name, Info, DataInfo, EffectInfo) (WriterT [Dec] Q) ()
Files
- data-effects-th.cabal +2/−2
data-effects-th.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: data-effects-th-version: 0.4.0.1+version: 0.4.0.2 -- A short (one-line) description of the package. synopsis: Template Haskell utilities for the data-effects library.@@ -42,7 +42,7 @@ source-repository head type: git location: https://github.com/sayo-hs/data-effects- tag: v0.4.0+ tag: v0.4.0.2 subdir: data-effects-th library