diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
 Tue Oct  9 20:06:26 AEDT 2018
 
 Fixed build under ghc-8.2.2 and nix
+
+Wed Oct 10 13:09:40 AEDT 2018
+
+Fixed demo.hs for new prelude
diff --git a/roundtrip-aeson.cabal b/roundtrip-aeson.cabal
--- a/roundtrip-aeson.cabal
+++ b/roundtrip-aeson.cabal
@@ -1,8 +1,8 @@
 name:                roundtrip-aeson
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Un-/parse JSON with roundtrip invertible syntax definitions.
 description:         Un-/parse JSON with roundtrip invertible syntax definitions.
-homepage:            https://github.com/anchor/roundtrip-aeson
+homepage:            https://github.com/christian-marie/roundtrip-aeson
 license:             BSD3
 license-file:        LICENSE
 author:              Thomas Sutton <me@thomas-sutton.id.au>, Christian Marie <christian@ponies.io>
@@ -18,7 +18,7 @@
 
 source-repository HEAD
   type: git
-  location: https://github.com/anchor/roundtrip-aeson
+  location: https://github.com/christian-marie/roundtrip-aeson
 
 library
   default-language:    Haskell2010
diff --git a/tests/demo.hs b/tests/demo.hs
--- a/tests/demo.hs
+++ b/tests/demo.hs
@@ -7,6 +7,7 @@
 module Main where
 
 import           Control.Isomorphism.Partial
+import           Prelude hiding ((<$>), (*>), (<*>))
 import           Data.Aeson
 import qualified Data.ByteString.Lazy.Char8  as L
 import           Data.Monoid
