opaleye-classy 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+8/−8 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- opaleye-classy.cabal +8/−8
opaleye-classy.cabal view
@@ -2,16 +2,16 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: opaleye-classy-version: 0.1.0.0+version: 0.1.0.1 synopsis: Opaleye wrapped up in classy MTL attire. description: - Classy MTL extension of the lovely Opaleye library, which simply just wraps things up in a MonadReader , MonadError context where the config/error are constrained by Classy Lenses/Prisms rather than by concrete non-extensible types.-- More info on this pattern can be found in George Wilson's BFPG talk:- - http://talks.bfpg.org/talks/2015-06-09.next_level_mtl.html-- Note: This API may not be complete. If you need other functions exported then let me know or drop in a PR.+ Classy MTL extension of the lovely Opaleye library, which simply just wraps things up in a MonadReader , MonadError context where the config & error are constrained by Classy Lenses & Prisms rather than by concrete types+ . + More info on this pattern can be found in George Wilson's BFPG talk+ :+ <http://talks.bfpg.org/talks/2015-06-09.next_level_mtl.html>+ . + Note: This API may not be complete. If you need other functions exported then let me know or drop in a PR. license: MIT license-file: LICENSE author: Ben Kolera