http-link-header/package.yaml

59 lines
1.3 KiB
YAML

name: http-link-header
version: 1.2.1
synopsis: HTTP Link header parser/writer
description: Library for the HTTP Link header as specified in RFC 5988 "Web Linking"
category: Web
homepage: https://codeberg.org/valpackett/http-link-header
bug-reports: https://codeberg.org/valpackett/http-link-header/issues
git: https://codeberg.org/valpackett/http-link-header.git
license: PublicDomain
license-file: UNLICENSE
author: Val Packett
maintainer: stevenjshuck@gmail.com
copyright: 2014-2022 Val Packett <val@packett.cool>
extra-source-files:
- README.md
build-type: Simple
dependencies:
- base >= 4.3 && < 5
- attoparsec
- bytestring
- errors
- http-api-data
- network-uri
- text
library:
source-dirs: library
ghc-options:
- -Wall
tests:
tests:
main: Spec.hs
source-dirs: test-suite
ghc-options:
- -threaded
- -Wall
dependencies:
- http-link-header
- hspec
- hspec-attoparsec
- QuickCheck
benchmarks:
benchmarks:
main: Bench.hs
source-dirs: benchmark
ghc-options:
- -threaded
- -Wall
dependencies:
- http-link-header
- directory
- transformers
- criterion