packages feed

asap 0.0.3 → 0.0.4

raw patch · 2 files changed

+3/−2 lines, 2 filesdep ~lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lens

API changes (from Hackage documentation)

Files

asap.cabal view
@@ -1,5 +1,5 @@ name:                asap-version:             0.0.3+version:             0.0.4 synopsis:            Atlassian Service Authentication Protocol description:         Atlassian Service Authentication Protocol. homepage:            https://bitbucket.org/atlassian-marketplace/haskell-asap@@ -27,7 +27,7 @@                      , text                 >= 1.2 && < 1.3                      , time                 >= 1.8 && < 1.9                      , semigroups           >= 0.18 && < 0.19-                     , lens                 >= 4.16 && < 4.18+                     , lens                 >= 4.15 && < 4.18                      , uuid                 >= 1.3 && < 1.4  test-suite asap-tests
lib/Web/JWT/ASAP.hs view
@@ -26,6 +26,7 @@ import           Data.ByteString.Char8 as BS (unlines) import           Data.ByteString.Lens  (packedChars) import           Data.IORef            (newIORef, readIORef, writeIORef)+import           Data.Semigroup import           Data.String           (fromString) import qualified Data.Text             as T import           Data.Time             (NominalDiffTime)