diff --git a/lucid-svg.cabal b/lucid-svg.cabal
--- a/lucid-svg.cabal
+++ b/lucid-svg.cabal
@@ -1,5 +1,5 @@
 name:                lucid-svg
-version:             0.4
+version:             0.4.0.1
 synopsis:            DSL for SVG using lucid for HTML
 homepage:            http://github.com/jeffreyrosenbluth/lucid-svg.git
 license:             BSD3
@@ -18,10 +18,10 @@
                        Lucid.Svg.Path,
                        Lucid.Svg.Elements,
                        Lucid.Svg.Attributes
-  build-depends:       base          >= 4.7   && < 4.8,
-                       blaze-builder >= 0.3   && < 0.4,
-                       transformers  >= 0.4   && < 0.5,
-                       text          >= 1.2   && < 1.3,
+  build-depends:       base          >= 4.5   && < 4.9,
+                       blaze-builder >= 0.2   && < 0.4,
+                       transformers  >= 0.2   && < 0.5,
+                       text          >= 0.11  && < 1.3,
                        lucid         >= 2.8.1 && < 2.9
   hs-source-dirs:      src
   default-language:    Haskell2010
diff --git a/src/Lucid/Svg.hs b/src/Lucid/Svg.hs
--- a/src/Lucid/Svg.hs
+++ b/src/Lucid/Svg.hs
@@ -51,7 +51,7 @@
 import           Data.Text.Lazy.Builder as B
 import           Lucid.Base
 import qualified Lucid.Svg.Attributes   as A
-import           Lucid.Svg.Attributes   hiding (colorProfile_, cursor_, filter_, path_, style_)
+import           Lucid.Svg.Attributes   hiding (cursor_, filter_, path_, style_)
 import           Lucid.Svg.Elements
 import           Lucid.Svg.Path
 
