polysemy-time 0.1.2.2 → 0.1.2.3
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Polysemy.Time: adjust :: forall t_axiT d_axiW r_axnT u1_XxiV u2_XxiX. (MemberWithError (Time t_axiT d_axiW) r_axnT, AddTimeUnit t_axiT u1_XxiV u2_XxiX) => u1_XxiV -> Sem r_axnT ()
+ Polysemy.Time: adjust :: forall t_ax68 d_ax6b r_axb8 u1_Xx6a u2_Xx6c. (MemberWithError (Time t_ax68 d_ax6b) r_axb8, AddTimeUnit t_ax68 u1_Xx6a u2_Xx6c) => u1_Xx6a -> Sem r_axb8 ()
- Polysemy.Time: now :: forall t_axiG d_axiH r_axnN. MemberWithError (Time t_axiG d_axiH) r_axnN => Sem r_axnN t_axiG
+ Polysemy.Time: now :: forall t_ax5V d_ax5W r_axb2. MemberWithError (Time t_ax5V d_ax5W) r_axb2 => Sem r_axb2 t_ax5V
- Polysemy.Time: setDate :: forall t_axiZ d_axiY r_axnV. MemberWithError (Time t_axiZ d_axiY) r_axnV => d_axiY -> Sem r_axnV ()
+ Polysemy.Time: setDate :: forall t_ax6e d_ax6d r_axba. MemberWithError (Time t_ax6e d_ax6d) r_axba => d_ax6d -> Sem r_axba ()
- Polysemy.Time: setTime :: forall t_axiQ d_axiR r_axnR. MemberWithError (Time t_axiQ d_axiR) r_axnR => t_axiQ -> Sem r_axnR ()
+ Polysemy.Time: setTime :: forall t_ax65 d_ax66 r_axb6. MemberWithError (Time t_ax65 d_ax66) r_axb6 => t_ax65 -> Sem r_axb6 ()
- Polysemy.Time: sleep :: forall t_axiN d_axiO r_axnP u_XxiN. (MemberWithError (Time t_axiN d_axiO) r_axnP, TimeUnit u_XxiN) => u_XxiN -> Sem r_axnP ()
+ Polysemy.Time: sleep :: forall t_ax62 d_ax63 r_axb4 u_Xx62. (MemberWithError (Time t_ax62 d_ax63) r_axb4, TimeUnit u_Xx62) => u_Xx62 -> Sem r_axb4 ()
- Polysemy.Time: today :: forall t_axiJ d_axiK r_axnO. MemberWithError (Time t_axiJ d_axiK) r_axnO => Sem r_axnO d_axiK
+ Polysemy.Time: today :: forall t_ax5Y d_ax5Z r_axb3. MemberWithError (Time t_ax5Y d_ax5Z) r_axb3 => Sem r_axb3 d_ax5Z
- Polysemy.Time.Data.Time: adjust :: forall t_axiT d_axiW r_axnT u1_XxiV u2_XxiX. (MemberWithError (Time t_axiT d_axiW) r_axnT, AddTimeUnit t_axiT u1_XxiV u2_XxiX) => u1_XxiV -> Sem r_axnT ()
+ Polysemy.Time.Data.Time: adjust :: forall t_ax68 d_ax6b r_axb8 u1_Xx6a u2_Xx6c. (MemberWithError (Time t_ax68 d_ax6b) r_axb8, AddTimeUnit t_ax68 u1_Xx6a u2_Xx6c) => u1_Xx6a -> Sem r_axb8 ()
- Polysemy.Time.Data.Time: now :: forall t_axiG d_axiH r_axnN. MemberWithError (Time t_axiG d_axiH) r_axnN => Sem r_axnN t_axiG
+ Polysemy.Time.Data.Time: now :: forall t_ax5V d_ax5W r_axb2. MemberWithError (Time t_ax5V d_ax5W) r_axb2 => Sem r_axb2 t_ax5V
- Polysemy.Time.Data.Time: setDate :: forall t_axiZ d_axiY r_axnV. MemberWithError (Time t_axiZ d_axiY) r_axnV => d_axiY -> Sem r_axnV ()
+ Polysemy.Time.Data.Time: setDate :: forall t_ax6e d_ax6d r_axba. MemberWithError (Time t_ax6e d_ax6d) r_axba => d_ax6d -> Sem r_axba ()
- Polysemy.Time.Data.Time: setTime :: forall t_axiQ d_axiR r_axnR. MemberWithError (Time t_axiQ d_axiR) r_axnR => t_axiQ -> Sem r_axnR ()
+ Polysemy.Time.Data.Time: setTime :: forall t_ax65 d_ax66 r_axb6. MemberWithError (Time t_ax65 d_ax66) r_axb6 => t_ax65 -> Sem r_axb6 ()
- Polysemy.Time.Data.Time: sleep :: forall t_axiN d_axiO r_axnP u_XxiN. (MemberWithError (Time t_axiN d_axiO) r_axnP, TimeUnit u_XxiN) => u_XxiN -> Sem r_axnP ()
+ Polysemy.Time.Data.Time: sleep :: forall t_ax62 d_ax63 r_axb4 u_Xx62. (MemberWithError (Time t_ax62 d_ax63) r_axb4, TimeUnit u_Xx62) => u_Xx62 -> Sem r_axb4 ()
- Polysemy.Time.Data.Time: today :: forall t_axiJ d_axiK r_axnO. MemberWithError (Time t_axiJ d_axiK) r_axnO => Sem r_axnO d_axiK
+ Polysemy.Time.Data.Time: today :: forall t_ax5Y d_ax5Z r_axb3. MemberWithError (Time t_ax5Y d_ax5Z) r_axb3 => Sem r_axb3 d_ax5Z
Files
- polysemy-time.cabal +2/−2
polysemy-time.cabal view
@@ -5,8 +5,8 @@ -- see: https://github.com/sol/hpack name: polysemy-time-version: 0.1.2.2-synopsis: Polysemy effect for time+version: 0.1.2.3+synopsis: Polysemy Effect for Time description: Please see the readme on Github at <https://github.com/tek/polysemy-time> category: Time author: Torsten Schmits