packages feed

Cabal revisions of http-link-header-1.0.0

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

revision 1
-name:            http-link-header-version:         1.0.0-synopsis:        A parser and writer for the HTTP Link header as specified in RFC 5988 "Web Linking".-description:     https://github.com/myfreeweb/http-link-header-category:        Web-homepage:        https://github.com/myfreeweb/http-link-header-author:          Greg V-copyright:       2014-2015 Greg V <greg@unrelenting.technology>-maintainer:      greg@unrelenting.technology-license:         PublicDomain-license-file:    UNLICENSE-build-type:      Simple-cabal-version:   >= 1.10-extra-source-files:-    README.md-tested-with:-    GHC == 7.10.2--source-repository head-    type: git-    location: git://github.com/myfreeweb/http-link-header.git--library-    build-depends:-        base >= 4.3.0.0 && < 5-      , text-      , errors-      , network-uri-      , attoparsec-      , bytestring-conversion-    default-language: Haskell2010-    exposed-modules:-        Network.HTTP.Link-        Network.HTTP.Link.Types-        Network.HTTP.Link.Parser-        Network.HTTP.Link.Writer-    ghc-prof-options: -prof-    ghc-options: -Wall-    hs-source-dirs: library--test-suite tests-    build-depends:-        base >= 4.3.0.0 && < 5-      , text-      , http-link-header-      , hspec-      , QuickCheck-      , hspec-attoparsec-    default-language: Haskell2010-    ghc-options: -threaded -fhpc -Wall-    ghc-prof-options: -auto-all -prof-    hs-source-dirs: test-suite-    main-is: Spec.hs-    other-modules:-        Network.HTTP.Link.ParserSpec-        Network.HTTP.Link.WriterSpec-    type: exitcode-stdio-1.0--benchmark benchmarks-    build-depends:-        base >= 4.3.0.0 && < 5-      , text-      , http-link-header-      , directory-      , transformers-      , criterion-    default-language: Haskell2010-    hs-source-dirs: benchmark-    main-is: Bench.hs-    type: exitcode-stdio-1.0+name:            http-link-header
+version:         1.0.0
+x-revision: 1
+synopsis:        A parser and writer for the HTTP Link header as specified in RFC 5988 "Web Linking".
+description:     https://github.com/unrelentingtech/http-link-header
+category:        Web
+homepage:        https://github.com/unrelentingtech/http-link-header
+author:          Val Packett
+copyright:       2014-2015 Val Packett <val@packett.cool>
+maintainer:      val@packett.cool
+license:         PublicDomain
+license-file:    UNLICENSE
+build-type:      Simple
+cabal-version:   >= 1.10
+extra-source-files:
+    README.md
+tested-with:
+    GHC == 7.10.2
+
+source-repository head
+    type: git
+    location: https://github.com/unrelentingtech/http-link-header.git
+
+library
+    build-depends:
+        base >= 4.3.0.0 && < 5
+      , text
+      , errors
+      , network-uri
+      , attoparsec
+      , bytestring-conversion
+    default-language: Haskell2010
+    exposed-modules:
+        Network.HTTP.Link
+        Network.HTTP.Link.Types
+        Network.HTTP.Link.Parser
+        Network.HTTP.Link.Writer
+    ghc-prof-options: -prof
+    ghc-options: -Wall
+    hs-source-dirs: library
+
+test-suite tests
+    build-depends:
+        base >= 4.3.0.0 && < 5
+      , text
+      , http-link-header
+      , hspec
+      , QuickCheck
+      , hspec-attoparsec
+    default-language: Haskell2010
+    ghc-options: -threaded -fhpc -Wall
+    ghc-prof-options: -auto-all -prof
+    hs-source-dirs: test-suite
+    main-is: Spec.hs
+    other-modules:
+        Network.HTTP.Link.ParserSpec
+        Network.HTTP.Link.WriterSpec
+    type: exitcode-stdio-1.0
+
+benchmark benchmarks
+    build-depends:
+        base >= 4.3.0.0 && < 5
+      , text
+      , http-link-header
+      , directory
+      , transformers
+      , criterion
+    default-language: Haskell2010
+    hs-source-dirs: benchmark
+    main-is: Bench.hs
+    type: exitcode-stdio-1.0
revision 2
 name:            http-link-header
 version:         1.0.0
-x-revision: 1
+x-revision: 2
 synopsis:        A parser and writer for the HTTP Link header as specified in RFC 5988 "Web Linking".
-description:     https://github.com/unrelentingtech/http-link-header
+description:     https://codeberg.org/valpackett/http-link-header
 category:        Web
-homepage:        https://github.com/unrelentingtech/http-link-header
+homepage:        https://codeberg.org/valpackett/http-link-header
 author:          Val Packett
 copyright:       2014-2015 Val Packett <val@packett.cool>
 maintainer:      val@packett.cool
 
 source-repository head
     type: git
-    location: https://github.com/unrelentingtech/http-link-header.git
+    location: https://codeberg.org/valpackett/http-link-header.git
 
 library
     build-depends:
revision 3
 name:            http-link-header
 version:         1.0.0
-x-revision: 2
+x-revision: 3
 synopsis:        A parser and writer for the HTTP Link header as specified in RFC 5988 "Web Linking".
 description:     https://codeberg.org/valpackett/http-link-header
 category:        Web
 library
     build-depends:
         base >= 4.3.0.0 && < 5
-      , text
+      , text < 2.1.2
       , errors
       , network-uri
       , attoparsec
 test-suite tests
     build-depends:
         base >= 4.3.0.0 && < 5
-      , text
+      , text < 2.1.2
       , http-link-header
       , hspec
       , QuickCheck
 benchmark benchmarks
     build-depends:
         base >= 4.3.0.0 && < 5
-      , text
+      , text < 2.1.2
       , http-link-header
       , directory
       , transformers