diff --git a/Data/UUID/Orphans.hs b/Data/UUID/Orphans.hs
--- a/Data/UUID/Orphans.hs
+++ b/Data/UUID/Orphans.hs
@@ -3,7 +3,7 @@
 
 import Data.SafeCopy (base, deriveSafeCopy)
 import Data.Text as T (pack, unpack)
-import Data.UUID (UUID, toString, fromString)
+import Data.UUID.Types (UUID, toString, fromString)
 import Web.Routes.PathInfo
 
 $(deriveSafeCopy 0 'base ''UUID)
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.3.11
+version:            1.3.11.1
 cabal-version:      >= 1.10
 build-type:         Simple
 license:            BSD3
@@ -8,7 +8,7 @@
 author:             David Fox
 copyright:          (c) David Fox
 maintainer:         David Fox <dsf@seereason.com>
-bug-reports:        https://github.com/seereason/uuid-orphans
+bug-reports:        https://github.com/seereason/uuid
 stability:          experimental
 tested-with:        GHC == 7.10.2
 synopsis:           Orphan instances for the UUID datatype
@@ -19,7 +19,7 @@
 library
   build-depends:
     base >= 4.2 && < 5,
-    uuid >= 1.3.11,
+    uuid-types >= 1.0.2,
     safecopy,
     text,
     web-routes
@@ -29,4 +29,4 @@
 
 source-repository head
   type:     git
-  location: git://github.com/ddssff/uuid-orphans.git
+  location: git://github.com/seereason/uuid.git
