Skip to content

Commit

Permalink
Update from Hackage at 2020-08-27T21:47:17Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 27, 2020
1 parent 2ef6a2b commit bcf8de3
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 0 deletions.
91 changes: 91 additions & 0 deletions http-link-header/1.1.1/http-link-header.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
cabal-version: 1.12
name: http-link-header
version: 1.1.1
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>

category: Web
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

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

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

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
1 change: 1 addition & 0 deletions http-link-header/1.1.1/http-link-header.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"77672cba22c9ce127ef9b56ab8e5fdda","Skein512_512":"8a7c5b0369ec4e121578b80b27d9e8596979b46fa82118c293264f81ed7af4040acdd247e9ee118684469fa5d29ed822d5cd0c2d7c345b740f6084894e762205","SHA1":"2d6f1d5bf3d0b2762506e4df05fc163c220a0606","SHA512":"3a6119aa31af737ee8ba1bde97438b25d8ef1add2b6dee61c226d6fa0eef7cff4842135f3dd8070bd1dcc305db35de599f995034a4e5c8ca133a380f1f0e893d","SHA256":"90f7725936011a068cc640028a3a599d016fca67317b41dfe0b772dd2a73ee2d"},"package-locations":["https://hackage.haskell.org/package/http-link-header-1.1.1/http-link-header-1.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/http-link-header-1.1.1.tar.gz"],"package-size":7049}

0 comments on commit bcf8de3

Please sign in to comment.