diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -224,7 +224,7 @@
 Like in JavaScript, we try to do our best to make something out of appending...
 
 ``` haskell
-> "Wat" <> 1 <> "!" <> Null :: Dynamic
+> "Wat" <> 1 <> "!" <> Null
 "Wat1!"
 ```
 
diff --git a/dynamic.cabal b/dynamic.cabal
--- a/dynamic.cabal
+++ b/dynamic.cabal
@@ -1,5 +1,5 @@
 name:                dynamic
-version:             0.0.2
+version:             0.0.3
 synopsis:            A dynamic type for Haskell
 description:         Want to do dynamically typed programming in Haskell sometimes? Here you go!
 homepage:            https://github.com/chrisdone/dynamic#readme
@@ -25,7 +25,8 @@
     containers,
     text,
     vector,
-    unordered-containers
+    unordered-containers,
+    http-conduit
   default-language:    Haskell2010
 
 source-repository head
