diff --git a/cabal-debian.cabal b/cabal-debian.cabal
--- a/cabal-debian.cabal
+++ b/cabal-debian.cabal
@@ -1,5 +1,5 @@
 Name:           cabal-debian
-Version:        4.38.7
+Version:        4.38.8
 Copyright:      Copyright (c) 2007-2014, David Fox, Jeremy Shaw; 2017-2019 Clint Adams
 License:        BSD3
 License-File:   LICENSE
@@ -146,15 +146,6 @@
   test-data/artvaluereport2/output/debian/source/format
 Tested-With: GHC ==8.8.1 || ==8.6.5 || ==8.4.4 || ==8.2.2
 
-flag pretty-112
-  Description: prettyclass was merged into pretty-1.1.2
-  Default: True
-
-flag local-debian
-  Description: Compile the debian package from local source in ../debian-haskell/src
-  Default: False
-  Manual: True
-
 Source-Repository head
   type: git
   location: https://github.com/clinty/cabal-debian
@@ -182,6 +173,7 @@
     network-uri,
     newtype-generics >= 0.4,
     parsec >= 3,
+    pretty >= 1.1.2,
     process,
     pureMD5,
     regex-tdfa,
@@ -227,10 +219,6 @@
     System.Git
   Other-Modules:
     Debian.Orphans
-  if flag(pretty-112)
-    Build-Depends: pretty >= 1.1.2
-  else
-    Build-Depends: pretty < 1.1.2, prettyclass
 
 Executable cabal-debian
   Default-Language: Haskell2010
@@ -244,12 +232,8 @@
     debian >= 3.95,
     lens,
     mtl,
-    pretty,
+    pretty >= 1.1.2,
     Unixutils >= 1.53
-  if flag(pretty-112)
-    Build-Depends: pretty >= 1.1.2
-  else
-    Build-Depends: pretty < 1.1.2, prettyclass
 
 Test-Suite cabal-debian-tests
   Buildable: False
@@ -270,9 +254,6 @@
     hsemail,
     HUnit,
     lens,
+    pretty >= 1.1.2,
     process,
     text
-  if flag(pretty-112)
-    Build-Depends: pretty >= 1.1.2
-  else
-    Build-Depends: pretty < 1.1.2, prettyclass
