little-rio 0.1.0 → 0.1.1
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- little-rio.cabal +2/−2
- src/LittleRIO.hs +1/−1
little-rio.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 2b2090b27367642626349e26b93496440dae5c6ca1e56579cbbdee0ea5b68200+-- hash: 164d0fdd886b3210c590587e48d1ccd93c6aa132cf9f4e0ff385825b9c30392b name: little-rio-version: 0.1.0+version: 0.1.1 synopsis: When you need just the RIO monad description: Please see the README on GitHub at <https://github.com/ejconlon/little-rio#readme> category: Control
src/LittleRIO.hs view
@@ -10,7 +10,7 @@ module LittleRIO ( HasStateRef (..) , HasWriteRef (..)- , SomeRef+ , SomeRef (..) , RIO (..) , getStateRef , liftRIO