diff --git a/feature-flipper-postgres.cabal b/feature-flipper-postgres.cabal
--- a/feature-flipper-postgres.cabal
+++ b/feature-flipper-postgres.cabal
@@ -3,11 +3,11 @@
 -- see: https://github.com/sol/hpack
 
 name:                feature-flipper-postgres
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            A minimally obtrusive feature flag library
 description:         A minimally obtrusive feature flag library
-homepage:            https://github.com/toddmohney/feature-flipper-postgres#readme
-bug-reports:         https://github.com/toddmohney/feature-flipper-postgres/issues
+homepage:            https://github.com/toddmohney/flipper-postgres#readme
+bug-reports:         https://github.com/toddmohney/flipper-postgres/issues
 license:             MIT
 license-file:        LICENSE
 author:              Todd Mohney
@@ -22,7 +22,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/toddmohney/feature-flipper-postgres
+  location: https://github.com/toddmohney/flipper-postgres
 
 library
   hs-source-dirs:
@@ -38,7 +38,7 @@
   other-modules:
       Paths_feature_flipper_postgres
   build-depends:
-      base >=4.7 && <5
+      base >=4.8 && <5
     , bytestring
     , containers
     , feature-flipper
