libjenkins 0.8.0 → 0.8.1
raw patch · 3 files changed
+7/−6 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
CHANGELOG.markdown view
@@ -1,3 +1,8 @@+0.8.1+=====++ * Supported GHC 7.10+ 0.8.0 =====
libjenkins.cabal view
@@ -1,5 +1,5 @@ name: libjenkins-version: 0.8.0+version: 0.8.1 synopsis: Jenkins API interface description: Jenkins API interface. It supports REST and Discovery APIs license: BSD2@@ -26,7 +26,7 @@ source-repository this type: git location: https://github.com/supki/libjenkins- tag: 0.8.0+ tag: 0.8.1 library default-language:
src/Network/HTTP/Client/Lens/Internal.hs view
@@ -20,10 +20,6 @@ view l = getConst . l Const {-# INLINE view #-} -(^.) :: s -> Lens' s a -> a-(^.) = flip view-{-# INLINE (^.) #-}- prism :: (b -> t) -> (s -> Either t a) -> Prism s t a b prism bt seta = dimap seta (either pure (fmap bt)) . right' {-# INLINE prism #-}