diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+0.0.5
+
+* Remove {-# LANGUAGE Safe #-} because validation-0.5.2 removed Safe.
+
 0.0.4
 
 * Fix bug in float64* parsers (Float -> Double)
diff --git a/src/Data/Tickle/IsolateError.hs b/src/Data/Tickle/IsolateError.hs
--- a/src/Data/Tickle/IsolateError.hs
+++ b/src/Data/Tickle/IsolateError.hs
@@ -1,5 +1,4 @@
 {-# LANGUAGE NoImplicitPrelude #-}
-{-# LANGUAGE Safe #-}
 
 module Data.Tickle.IsolateError(
   -- * Data type
diff --git a/src/Data/Tickle/RunGetResult.hs b/src/Data/Tickle/RunGetResult.hs
--- a/src/Data/Tickle/RunGetResult.hs
+++ b/src/Data/Tickle/RunGetResult.hs
@@ -1,5 +1,4 @@
 {-# LANGUAGE NoImplicitPrelude #-}
-{-# LANGUAGE Safe #-}
 
 module Data.Tickle.RunGetResult(
   -- * Data type
diff --git a/tickle.cabal b/tickle.cabal
--- a/tickle.cabal
+++ b/tickle.cabal
@@ -1,25 +1,25 @@
 name:               tickle
-version:            0.0.4
+version:            0.0.5
 license:            BSD3
 license-file:       LICENSE
 author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
 maintainer:         Tony Morris
-copyright:          Copyright (C) 2014 NICTA Limited
+copyright:          Copyright (C) 2014,2015 NICTA Limited
 synopsis:           A port of @Data.Binary@
 category:           Data
 description:
   <<http://i.imgur.com/Ns5hntl.jpg>>
   .
   A port of @Data.Binary@ that tightens up data types and parameterises error messages
-homepage:           https://github.com/nicta/tickle
-bug-reports:        https://github.com/nicta/tickle/issues
+homepage:           https://github.com/NICTA/tickle
+bug-reports:        https://github.com/NICTA/tickle/issues
 cabal-version:      >= 1.10
 build-type:         Custom
 extra-source-files: changelog, etc/ATTRIBUTIONS
 
 source-repository   head
   type:             git
-  location:         git@github.com:nicta/tickle.git
+  location:         git@github.com:NICTA/tickle.git
 
 flag                small_base
   description:      Choose the new, split-up base package.
