diff --git a/ats-pkg.cabal b/ats-pkg.cabal
--- a/ats-pkg.cabal
+++ b/ats-pkg.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.0
 name: ats-pkg
-version: 3.2.2.0
+version: 3.2.2.2
 license: BSD3
 license-file: LICENSE
 copyright: Copyright: (c) 2018 Vanessa McHale
@@ -98,7 +98,7 @@
         dependency >=1.2.0.0,
         filemanip -any,
         quaalude -any
-    
+
     if flag(development)
         ghc-options: -Werror
 
@@ -126,10 +126,10 @@
         binary -any,
         text -any,
         mtl -any
-    
+
     if flag(development)
         cpp-options: -DDEBUG
-    
+
     if !os(windows)
         build-depends:
             unix -any
@@ -164,12 +164,12 @@
         shake -any,
         cli-setup -any,
         quaalude -any
-    
+
     if flag(eventlog)
         ghc-options: -eventlog -with-rtsopts=-l
-    
+
     if flag(profile)
         ghc-options: -with-rtsopts=-h -with-rtsopts=-p
-    
+
     if flag(development)
         ghc-options: -Werror
diff --git a/internal/Quaalude.cpphs b/internal/Quaalude.cpphs
--- a/internal/Quaalude.cpphs
+++ b/internal/Quaalude.cpphs
@@ -208,13 +208,6 @@
 hex :: Int -> String
 hex = flip showHex mempty
 
-instance Semigroup a => Semigroup (Action a) where
-    (<>) a b = (<>) <$> a <*> b
-
-instance (Semigroup a, Monoid a) => Monoid (Action a) where
-    mempty = pure mempty
-    mappend = (<>)
-
 -- | Same as "Text.PrettyPrint.ANSI.Leijen"'s @<$>@, but doesn't clash with the
 -- prelude.
 (<#>) :: Doc -> Doc -> Doc
diff --git a/man/atspkg.1 b/man/atspkg.1
--- a/man/atspkg.1
+++ b/man/atspkg.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.2.3.2
+.\" Automatically generated by Pandoc 2.3
 .\"
 .TH "atspkg (1)" "" "" "" ""
 .hy
diff --git a/src/Language/ATS/Package/Debian.hs b/src/Language/ATS/Package/Debian.hs
--- a/src/Language/ATS/Package/Debian.hs
+++ b/src/Language/ATS/Package/Debian.hs
@@ -63,8 +63,6 @@
             manDir = makeRel "usr/local/share/man/man1"
             includeDir = makeRel "usr/local/include"
 
-        liftIO $ print debianDir
-
         traverse_ (liftIO . createDirectoryIfMissing True)
             [ binDir, debianDir, manDir, includeDir ]
 
