packages feed

Cabal revisions of http-link-header-1.2.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.34.4.------ see: https://github.com/sol/hpack--name:           http-link-header-version:        1.2.1-synopsis:       A parser and writer for the HTTP Link header per RFC 5988-description:    Please see the README on GitHub at <https://github.com/myfreeweb/http-link-header#readme>-category:       Web-homepage:       https://github.com/myfreeweb/http-link-header#readme-bug-reports:    https://github.com/myfreeweb/http-link-header/issues-author:         Greg V-maintainer:     stevenjshuck@gmail.com-copyright:      2014-2021 Greg V <greg@unrelenting.technology>-license:        PublicDomain-license-file:   UNLICENSE-build-type:     Simple-extra-source-files:-    README.md--source-repository head-  type: git-  location: https://github.com/myfreeweb/http-link-header--library-  exposed-modules:-      Network.HTTP.Link-      Network.HTTP.Link.Parser-      Network.HTTP.Link.Types-      Network.HTTP.Link.Writer-  other-modules:-      Paths_http_link_header-  hs-source-dirs:-      library-  ghc-options: -Wall-  build-depends:-      attoparsec-    , base >=4.3 && <5-    , bytestring-    , errors-    , http-api-data-    , network-uri-    , text-  default-language: Haskell2010--test-suite tests-  type: exitcode-stdio-1.0-  main-is: Spec.hs-  other-modules:-      Network.HTTP.Link.ParserSpec-      Network.HTTP.Link.WriterSpec-      Network.HTTP.LinkSpec-      Paths_http_link_header-  hs-source-dirs:-      test-suite-  ghc-options: -threaded -Wall-  build-depends:-      QuickCheck-    , attoparsec-    , base >=4.3 && <5-    , bytestring-    , errors-    , hspec-    , hspec-attoparsec-    , http-api-data-    , http-link-header-    , network-uri-    , text-  default-language: Haskell2010--benchmark benchmarks-  type: exitcode-stdio-1.0-  main-is: Bench.hs-  other-modules:-      ParserBench-      WriterBench-      Paths_http_link_header-  hs-source-dirs:-      benchmark-  ghc-options: -threaded -Wall-  build-depends:-      attoparsec-    , base >=4.3 && <5-    , bytestring-    , criterion-    , directory-    , errors-    , http-api-data-    , http-link-header-    , network-uri-    , text-    , transformers-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.34.4.
+--
+-- see: https://github.com/sol/hpack
+
+x-revision:     1
+name:           http-link-header
+version:        1.2.1
+synopsis:       HTTP Link header parser/writer
+description:    A parser and writer for the HTTP Link header per RFC 5988 (see README.md for more info)
+category:       Web
+homepage:       https://github.com/unrelentingtech/http-link-header#readme
+bug-reports:    https://github.com/unrelentingtech/http-link-header/issues
+author:         unrelentingtech
+maintainer:     stevenjshuck@gmail.com
+copyright:      2014-2022 unrelentingtech <hello@unrelenting.technology>
+license:        PublicDomain
+license-file:   UNLICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+
+source-repository head
+  type: git
+  location: https://github.com/unrelentingtech/http-link-header
+
+library
+  exposed-modules:
+      Network.HTTP.Link
+      Network.HTTP.Link.Parser
+      Network.HTTP.Link.Types
+      Network.HTTP.Link.Writer
+  other-modules:
+      Paths_http_link_header
+  hs-source-dirs:
+      library
+  ghc-options: -Wall
+  build-depends:
+      attoparsec
+    , base >=4.3 && <5
+    , bytestring
+    , errors
+    , http-api-data
+    , network-uri
+    , text
+  default-language: Haskell2010
+
+test-suite tests
+  type: exitcode-stdio-1.0
+  main-is: Spec.hs
+  other-modules:
+      Network.HTTP.Link.ParserSpec
+      Network.HTTP.Link.WriterSpec
+      Network.HTTP.LinkSpec
+      Paths_http_link_header
+  hs-source-dirs:
+      test-suite
+  ghc-options: -threaded -Wall
+  build-depends:
+      QuickCheck
+    , attoparsec
+    , base >=4.3 && <5
+    , bytestring
+    , errors
+    , hspec
+    , hspec-attoparsec
+    , http-api-data
+    , http-link-header
+    , network-uri
+    , text
+  default-language: Haskell2010
+
+benchmark benchmarks
+  type: exitcode-stdio-1.0
+  main-is: Bench.hs
+  other-modules:
+      ParserBench
+      WriterBench
+      Paths_http_link_header
+  hs-source-dirs:
+      benchmark
+  ghc-options: -threaded -Wall
+  build-depends:
+      attoparsec
+    , base >=4.3 && <5
+    , bytestring
+    , criterion
+    , directory
+    , errors
+    , http-api-data
+    , http-link-header
+    , network-uri
+    , text
+    , transformers
+  default-language: Haskell2010
revision 2
 --
 -- see: https://github.com/sol/hpack
 
-x-revision:     1
+x-revision: 2
 name:           http-link-header
 version:        1.2.1
 synopsis:       HTTP Link header parser/writer
 category:       Web
 homepage:       https://github.com/unrelentingtech/http-link-header#readme
 bug-reports:    https://github.com/unrelentingtech/http-link-header/issues
-author:         unrelentingtech
+author:         Val Packett
 maintainer:     stevenjshuck@gmail.com
-copyright:      2014-2022 unrelentingtech <hello@unrelenting.technology>
+copyright:      2014-2022 Val Packett <val@packett.cool>
 license:        PublicDomain
 license-file:   UNLICENSE
 build-type:     Simple
revision 3
 --
 -- see: https://github.com/sol/hpack
 
-x-revision: 2
+x-revision: 3
 name:           http-link-header
 version:        1.2.1
 synopsis:       HTTP Link header parser/writer
 description:    A parser and writer for the HTTP Link header per RFC 5988 (see README.md for more info)
 category:       Web
-homepage:       https://github.com/unrelentingtech/http-link-header#readme
-bug-reports:    https://github.com/unrelentingtech/http-link-header/issues
+homepage:       https://codeberg.org/valpackett/http-link-header
+bug-reports:    https://codeberg.org/valpackett/http-link-header/issues
 author:         Val Packett
 maintainer:     stevenjshuck@gmail.com
 copyright:      2014-2022 Val Packett <val@packett.cool>
 
 source-repository head
   type: git
-  location: https://github.com/unrelentingtech/http-link-header
+  location: https://codeberg.org/valpackett/http-link-header.git
 
 library
   exposed-modules:
revision 4
 --
 -- see: https://github.com/sol/hpack
 
-x-revision: 3
 name:           http-link-header
 version:        1.2.1
+x-revision: 4
 synopsis:       HTTP Link header parser/writer
 description:    A parser and writer for the HTTP Link header per RFC 5988 (see README.md for more info)
 category:       Web
     , errors
     , http-api-data
     , network-uri
-    , text
+    , text < 2.1.2
+
   default-language: Haskell2010
 
 test-suite tests
     , http-api-data
     , http-link-header
     , network-uri
-    , text
+    , text < 2.1.2
   default-language: Haskell2010
 
 benchmark benchmarks
     , http-api-data
     , http-link-header
     , network-uri
-    , text
+    , text < 2.1.2
     , transformers
   default-language: Haskell2010