diff --git a/little-rio.cabal b/little-rio.cabal
--- a/little-rio.cabal
+++ b/little-rio.cabal
@@ -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
diff --git a/src/LittleRIO.hs b/src/LittleRIO.hs
--- a/src/LittleRIO.hs
+++ b/src/LittleRIO.hs
@@ -10,7 +10,7 @@
 module LittleRIO
   ( HasStateRef (..)
   , HasWriteRef (..)
-  , SomeRef
+  , SomeRef (..)
   , RIO (..)
   , getStateRef
   , liftRIO
