pinboard 0.10.0.1 → 0.10.0.2
raw patch · 2 files changed
+3/−5 lines, 2 filesdep ~networkPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: network
API changes (from Hackage documentation)
Files
- pinboard.cabal +2/−2
- src/Pinboard/Logging.hs +1/−3
pinboard.cabal view
@@ -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
src/Pinboard/Logging.hs view
@@ -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 ------------------------------------------------------------------------------