diff --git a/Data/UUID/Orphans.hs b/Data/UUID/Orphans.hs
--- a/Data/UUID/Orphans.hs
+++ b/Data/UUID/Orphans.hs
@@ -1,9 +1,4 @@
-{-# LANGUAGE CPP, DeriveGeneric, DeriveLift #-}
-#if MIN_VERSION_safecopy(0,9,5)
-{-# LANGUAGE StandaloneDeriving #-}
-#else
-{-# LANGUAGE TemplateHaskell #-}
-#endif
+{-# LANGUAGE CPP, DeriveGeneric, DeriveLift, StandaloneDeriving, TemplateHaskell #-}
 
 module Data.UUID.Orphans (showUUID) where
 
diff --git a/uuid-orphans.cabal b/uuid-orphans.cabal
--- a/uuid-orphans.cabal
+++ b/uuid-orphans.cabal
@@ -1,5 +1,5 @@
 name:               uuid-orphans
-version:            1.4.4
+version:            1.4.5
 cabal-version:      >= 1.10
 build-type:         Simple
 license:            BSD3
