diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # Changelog for [`old-locale` package](http://hackage.haskell.org/package/old-locale)
 
+## 1.0.0.7  *Nov 2014*
+
+  * Decoupled from GHC distribution
+
 ## 1.0.0.6  *Mar 2014*
 
   * Bundled with GHC 7.8.1
diff --git a/old-locale.cabal b/old-locale.cabal
--- a/old-locale.cabal
+++ b/old-locale.cabal
@@ -1,15 +1,15 @@
 name:         old-locale
-version:      1.0.0.6
--- GHC 7.6.1 released with 1.0.0.5
+version:      1.0.0.7
+-- NOTE: Don't forget to update ./changelog.md
 license:      BSD3
 license-file: LICENSE
 maintainer:   libraries@haskell.org
-bug-reports:  http://ghc.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29&keywords=old-locale
+bug-reports:  https://github.com/haskell/old-locale/issues
 synopsis:     locale library
 category:     System
 build-type:   Simple
 Cabal-Version:>=1.10
-tested-with:  GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1, GHC==6.12.3
+tested-with:  GHC==7.8.3, GHC==7.8.2, GHC==7.8.1, GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1, GHC==6.12.3
 description:
     This package provides the ability to adapt to
     locale conventions such as date and time formats.
@@ -19,15 +19,11 @@
 
 source-repository head
     type:     git
-    location: http://git.haskell.org/packages/old-locale.git
-
-source-repository this
-    type:     git
-    location: http://git.haskell.org/packages/old-locale.git
-    tag:      old-locale-1.0.0.6-release
+    location: https://github.com/haskell/old-locale.git
 
 Library
     default-language: Haskell98
+    other-extensions: CPP
     if impl(ghc>=7.2)
         -- && base>=4.4.1
         other-extensions: Safe
@@ -35,5 +31,5 @@
     exposed-modules:
         System.Locale
 
-    build-depends: base >= 4.2 && < 4.8
+    build-depends: base >= 4.2 && < 4.9
     ghc-options: -Wall
