link-relations-0.1.0.0: link-relations.cabal
name: link-relations
version: 0.1.0.0
synopsis: Use web link relation types (RFC 5988) in Haskell
description:
This library provides access to the IANA registry of link relation types, for
use in Haskell code in a type-safe manner.
.
The registry data can be found at
<https://www.iana.org/assignments/link-relations>. This package is generated
from that data.
.
To see to which revision of the registry this version of the package
corresponds, look at the intro comment in "Web.LinkRelations".
homepage: http://hub.darcs.net/fr33domlover/link-relations
bug-reports: http://hub.darcs.net/fr33domlover/link-relations/issues
license: PublicDomain
license-file: COPYING
author: fr33domlover
maintainer: fr33domlover@riseup.net
copyright: ♡ Copying is an act of love. Please copy, reuse and share.
category: Data, Web
build-type: Simple
extra-source-files: AUTHORS
ChangeLog
COPYING
INSTALL
NEWS.md
README.md
util/template.hs
util/link-relations-1.csv
util/generate.hs
cabal-version: >=1.10
source-repository head
type: darcs
location: http://hub.darcs.net/fr33domlover/link-relations
library
exposed-modules: Web.LinkRelations
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <5
, bytestring
, hashable
, unordered-containers >=0.2.5
, uri-bytestring >=0.1.7
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall