diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for fake
 
+## 0.1.1.3 -- 2020-01-27
+
+* GHC 8.8 support
+
 ## 0.1.1  -- 2018-04-18
 
 * Use 1000 most common female, male, and last names
diff --git a/fake.cabal b/fake.cabal
--- a/fake.cabal
+++ b/fake.cabal
@@ -1,5 +1,5 @@
 name:                fake
-version:             0.1.1.2
+version:             0.1.1.3
 synopsis:            Randomly generated fake data
 description:         QuickCheck generates completely random data for the
                      purposes of test and catching corner cases.  The fake
@@ -21,7 +21,8 @@
   GHC==8.0.2,
   GHC==8.2.2,
   GHC==8.4.4,
-  GHC==8.6.3
+  GHC==8.6.5,
+  GHC==8.8.2
 
 extra-source-files:
   default.nix
@@ -51,9 +52,9 @@
   other-modules:    Fake.Types
 
   build-depends:
-    base         >= 4.6 && < 4.13,
+    base         >= 4.6 && < 4.14,
     containers   >= 0.5 && < 0.7,
-    generics-sop >= 0.2 && < 0.5,
+    generics-sop >= 0.2 && < 0.6,
     random       >= 1.1 && < 1.2,
     text         >= 1.2 && < 1.3,
     time         >= 1.4 && < 1.10
