diff --git a/ghc-src/Miso/Html/Internal.hs b/ghc-src/Miso/Html/Internal.hs
--- a/ghc-src/Miso/Html/Internal.hs
+++ b/ghc-src/Miso/Html/Internal.hs
@@ -42,7 +42,7 @@
   , onWithOptions
   ) where
 
-import           Data.Aeson
+import           Data.Aeson (Value(..), ToJSON(..))
 import qualified Data.Map    as M
 import           Data.Monoid
 import           Data.Proxy
diff --git a/miso.cabal b/miso.cabal
--- a/miso.cabal
+++ b/miso.cabal
@@ -1,5 +1,5 @@
 name:                miso
-version:             0.7.7.0
+version:             0.7.8.0
 category:            Web, Miso, Data Structures
 license:             BSD3
 license-file:        LICENSE
