diff --git a/http-link-header.cabal b/http-link-header.cabal
--- a/http-link-header.cabal
+++ b/http-link-header.cabal
@@ -1,91 +1,95 @@
-cabal-version:      1.12
-name:               http-link-header
-version:            1.2.0
-license:            PublicDomain
-license-file:       UNLICENSE
-copyright:          2014-2020 Greg V <greg@unrelenting.technology>
-maintainer:         stevenjshuck@gmail.com
-author:             Greg V
-tested-with:        ghc ==8.4.3 ghc ==8.8.3
-homepage:           https://github.com/myfreeweb/http-link-header#readme
-bug-reports:        https://github.com/myfreeweb/http-link-header/issues
-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>
+cabal-version: 1.12
 
-category:           Web
-build-type:         Simple
-extra-source-files: README.md
+-- 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
+  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
-
-    hs-source-dirs:   library
-    other-modules:    Paths_http_link_header
-    default-language: Haskell2010
-    ghc-options:      -Wall
-    build-depends:
-        attoparsec >=0.13.2.4 && <0.14,
-        base >=4.3 && <5,
-        bytestring >=0.10.10.0 && <0.11,
-        errors >=2.3.0 && <2.4,
-        http-api-data >=0.4.1.1 && <0.5,
-        network-uri >=2.6.3.0 && <2.7,
-        text >=1.2.4.0 && <1.3
+  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
-    hs-source-dirs:   test-suite
-    other-modules:
-        Network.HTTP.Link.ParserSpec
-        Network.HTTP.Link.WriterSpec
-        Network.HTTP.LinkSpec
-        Paths_http_link_header
-
-    default-language: Haskell2010
-    ghc-options:      -threaded -Wall
-    build-depends:
-        QuickCheck >=2.13.2 && <2.14,
-        attoparsec >=0.13.2.4 && <0.14,
-        base >=4.3 && <5,
-        bytestring >=0.10.10.0 && <0.11,
-        errors >=2.3.0 && <2.4,
-        hspec >=2.7.2 && <2.8,
-        hspec-attoparsec >=0.1.0.2 && <0.2,
-        http-api-data >=0.4.1.1 && <0.5,
-        http-link-header -any,
-        network-uri >=2.6.3.0 && <2.7,
-        text >=1.2.4.0 && <1.3
+  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
-    hs-source-dirs:   benchmark
-    other-modules:
-        ParserBench
-        WriterBench
-        Paths_http_link_header
-
-    default-language: Haskell2010
-    ghc-options:      -threaded -Wall
-    build-depends:
-        attoparsec >=0.13.2.4 && <0.14,
-        base >=4.3 && <5,
-        bytestring >=0.10.10.0 && <0.11,
-        criterion >=1.5.6.2 && <1.6,
-        directory >=1.3.6.0 && <1.4,
-        errors >=2.3.0 && <2.4,
-        http-api-data >=0.4.1.1 && <0.5,
-        http-link-header -any,
-        network-uri >=2.6.3.0 && <2.7,
-        text >=1.2.4.0 && <1.3,
-        transformers >=0.5.6.2 && <0.6
+  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
