diff --git a/pinboard.cabal b/pinboard.cabal
--- a/pinboard.cabal
+++ b/pinboard.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 40ab49371b3944c29cfa2cacc28f7f55ad5d2e6bcde2d5aa3b8e26163a0d08b8
+-- hash: bf527a9a3fada60d79dac953824902ac4fd1ca4ed0c7bdb908be52c8c54dcb2b
 
 name:           pinboard
-version:        0.10.0.1
+version:        0.10.0.2
 synopsis:       Access to the Pinboard API
 description:    .
                 The Pinboard API is a way to interact programatically with
diff --git a/src/Pinboard/Logging.hs b/src/Pinboard/Logging.hs
--- a/src/Pinboard/Logging.hs
+++ b/src/Pinboard/Logging.hs
@@ -1,7 +1,7 @@
 {-# LANGUAGE ScopedTypeVariables #-}
 {-# LANGUAGE OverloadedStrings #-}
 {-# LANGUAGE Rank2Types #-}
-{-# LANGUAGE CPP #-}
+{-# OPTIONS_GHC -fno-warn-unused-imports #-}
 
 -- |
 -- Module      : Pinboard.Logging
@@ -31,9 +31,7 @@
 import Data.Text as T
 
 import Pinboard.Types
-#if !(MIN_VERSION_base(4,10,1))
 import Data.Monoid
-#endif
 
 ------------------------------------------------------------------------------
 
