packages feed

http-link-header 1.2.2 → 1.2.3

raw patch · 2 files changed

+3/−2 lines, 2 filesdep +hspec-discoverdep ~textPVP ok

version bump matches the API change (PVP)

Dependencies added: hspec-discover

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           http-link-header-version:        1.2.2+version:        1.2.3 synopsis:       HTTP Link header parser/writer description:    Library for the HTTP Link header as specified in RFC 5988 "Web Linking" category:       Web@@ -64,6 +64,7 @@     , errors     , hspec     , hspec-attoparsec+    , hspec-discover     , http-api-data     , http-link-header     , network-uri
library/Network/HTTP/Link/Parser.hs view
@@ -16,7 +16,7 @@ import           Prelude hiding (takeWhile, take) import           Control.Applicative ((<|>), many) import           Control.Error.Util (hush)-import           Data.Text hiding (takeWhile, map, take)+import           Data.Text (Text, pack, unpack) import           Data.Text.Encoding (decodeUtf8) import           Data.ByteString (ByteString) import           Data.Char (isSpace)