packages feed

Cabal revisions of altsvc-0.1.0.0

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.31.2.------ see: https://github.com/sol/hpack------ hash: 4d0985fc39cc65b37eb24f9d49ac08590807733935a81be60709100900c83b9d--name:           altsvc-version:        0.1.0.0-synopsis:       HTTP Alternative Services-description:    Haskell code to parse and generate the @Alt-Svc@ HTTP header field.-category:       Network, Web-homepage:       https://github.com/ocheron/hs-altsvc#readme-bug-reports:    https://github.com/ocheron/hs-altsvc/issues-author:         Olivier Chéron-maintainer:     olivier.cheron@gmail.com-copyright:      2019 Olivier Chéron-license:        BSD3-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    README.md-    ChangeLog.md--source-repository head-  type: git-  location: https://github.com/ocheron/hs-altsvc--library-  exposed-modules:-      Network.HTTP.AltSvc-  other-modules:-      Network.HTTP.AltSvc.Utils-      Paths_altsvc-  hs-source-dirs:-      src-  ghc-options: -Wall-  build-depends:-      base >=4.9 && <5-    , bytestring-    , cereal-  default-language: Haskell2010--test-suite altsvc-test-  type: exitcode-stdio-1.0-  main-is: Tests.hs-  other-modules:-      Paths_altsvc-  hs-source-dirs:-      tests-  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N-  build-depends:-      altsvc-    , base >=4.9 && <5-    , bytestring-    , cereal-    , tasty-    , tasty-hunit-    , tasty-quickcheck-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.38.0.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 39f13904b833d36c4de1b5fedd875f699a22dd7a6747fff522df746b7f3a537d
+
+name:           altsvc
+version:        0.1.0.0
+x-revision: 1
+synopsis:       HTTP Alternative Services
+description:    Haskell code to parse and generate the @Alt-Svc@ HTTP header field.
+category:       Network, Web
+homepage:       https://codeberg.org/ocheron/hs-altsvc#readme
+bug-reports:    https://codeberg.org/ocheron/hs-altsvc/issues
+author:         Olivier Chéron
+maintainer:     olivier.cheron@gmail.com
+copyright:      2019-2025 Olivier Chéron
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+    ChangeLog.md
+
+source-repository head
+  type: git
+  location: https://codeberg.org/ocheron/hs-altsvc
+
+library
+  exposed-modules:
+      Network.HTTP.AltSvc
+  other-modules:
+      Network.HTTP.AltSvc.Utils
+      Paths_altsvc
+  hs-source-dirs:
+      src
+  ghc-options: -Wall
+  build-depends:
+      base >=4.9 && <5
+    , bytestring
+    , cereal
+  default-language: Haskell2010
+
+test-suite altsvc-test
+  type: exitcode-stdio-1.0
+  main-is: Tests.hs
+  other-modules:
+      Paths_altsvc
+  hs-source-dirs:
+      tests
+  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
+  build-depends:
+      altsvc
+    , base >=4.9 && <5
+    , bytestring
+    , cereal
+    , tasty
+    , tasty-hunit
+    , tasty-quickcheck
+  default-language: Haskell2010