opaleye-trans 0.3.4 → 0.3.5
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~product-profunctorsPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: product-profunctors
API changes (from Hackage documentation)
- Opaleye.Trans: liftBase :: b α -> m α
+ Opaleye.Trans: liftBase :: MonadBase b m => b α -> m α
- Opaleye.Trans: liftIO :: IO a -> m a
+ Opaleye.Trans: liftIO :: MonadIO m => IO a -> m a
Files
- opaleye-trans.cabal +4/−4
opaleye-trans.cabal view
@@ -1,5 +1,5 @@ name: opaleye-trans-version: 0.3.4+version: 0.3.5 synopsis: A monad transformer for Opaleye description: A monad transformer for Opaleye homepage: https://github.com/WraithM/opaleye-trans@@ -28,7 +28,7 @@ transformers-base >=0.4 && <0.5, opaleye >=0.4 && <0.6, postgresql-simple >=0.4 && <0.6,- product-profunctors >=0.6 && <0.8+ product-profunctors >=0.6 && <0.9 executable opaleye-rosetree hs-source-dirs: examples/v1@@ -38,7 +38,7 @@ base >=4.8 && <4.10, opaleye >=0.4 && <0.6, postgresql-simple >=0.4 && <0.6,- product-profunctors >=0.6 && <0.8,+ product-profunctors >=0.6 && <0.9, opaleye-trans executable opaleye-rosetree2@@ -49,5 +49,5 @@ base >=4.8 && <4.10, opaleye >=0.4 && <0.6, postgresql-simple >=0.4 && <0.6,- product-profunctors >=0.6 && <0.8,+ product-profunctors >=0.6 && <0.9, opaleye-trans