diff --git a/elision.cabal b/elision.cabal
--- a/elision.cabal
+++ b/elision.cabal
@@ -1,5 +1,5 @@
 name:                elision
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            A data structure over two functions to be linked together at a later time.
 homepage:            http://github.com/crough/elision#readme
 license:             BSD2
diff --git a/example/Main.hs b/example/Main.hs
--- a/example/Main.hs
+++ b/example/Main.hs
@@ -1,7 +1,7 @@
 {-# LANGUAGE GADTs, TypeOperators #-}
 module Main where
 
-import Data.Elision
+import Control.Arrow.Elision
 import Data.Functor.Identity
 
 --------------------------------------------------------------------------------
