diff --git a/Text/Cassius.hs b/Text/Cassius.hs
--- a/Text/Cassius.hs
+++ b/Text/Cassius.hs
@@ -38,6 +38,7 @@
 
 import Text.Css
 import Text.Shakespeare.Base
+import Text.Shakespeare (VarType)
 import Language.Haskell.TH.Quote (QuasiQuoter (..))
 import Language.Haskell.TH.Syntax
 import qualified Data.Text.Lazy as TL
diff --git a/Text/Css.hs b/Text/Css.hs
--- a/Text/Css.hs
+++ b/Text/Css.hs
@@ -24,6 +24,7 @@
 import Control.Arrow ((***), second)
 import Text.IndentToBrace (i2b)
 import Data.Functor.Identity (runIdentity)
+import Text.Shakespeare (VarType (..))
 
 #if MIN_VERSION_base(4,5,0)
 import Data.Monoid ((<>))
@@ -99,9 +100,6 @@
     deriving (Show, Eq)
 
 type Contents = [Content]
-
-data VarType = VTPlain | VTUrl | VTUrlParam | VTMixin
-    deriving Show
 
 data CDData url = CDPlain Builder
                 | CDUrl url
diff --git a/Text/Lucius.hs b/Text/Lucius.hs
--- a/Text/Lucius.hs
+++ b/Text/Lucius.hs
@@ -65,6 +65,7 @@
 import Data.Monoid (mconcat)
 import Data.List (isSuffixOf)
 import Control.Arrow (second)
+import Text.Shakespeare (VarType)
 
 -- |
 --
diff --git a/shakespeare-css.cabal b/shakespeare-css.cabal
--- a/shakespeare-css.cabal
+++ b/shakespeare-css.cabal
@@ -1,5 +1,5 @@
 name:            shakespeare-css
-version:         1.0.6.6
+version:         1.0.7
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
