diff --git a/Control/Effect/Loop.hs b/Control/Effect/Loop.hs
--- a/Control/Effect/Loop.hs
+++ b/Control/Effect/Loop.hs
@@ -3,7 +3,7 @@
 {-# LANGUAGE MultiParamTypeClasses, NoMonomorphismRestriction, RankNTypes   #-}
 {-# LANGUAGE ScopedTypeVariables, TypeFamilies, TypeOperators               #-}
 {-# LANGUAGE UndecidableInstances                                           #-}
-module Control.Effect.Loop (Loop, loop, stepLoop,
+module Control.Effect.Loop (Loop, EffectLoop, loop, stepLoop,
                             LoopState, loop', toCPS, fromCPS,
                             continue, exit, continueWith, exitWith,
                             foreach, while, doWhile, once,
diff --git a/loop-effin.cabal b/loop-effin.cabal
--- a/loop-effin.cabal
+++ b/loop-effin.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                loop-effin
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            control-monad-loop port for effin
 description:         control-monad-loop like loop structure for effin.
 homepage:            https://github.com/konn/loop-effin
