URI and IRI manipulation

[[ 🗃 ^krD5o network-iri ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Changes]

Clone

HTTPS: darcs clone https://vervis.peers.community/repos/krD5o

SSH: darcs clone USERNAME@vervis.peers.community:krD5o

Tags

TODO

network-iri.cabal

name:                network-iri
version:             0.1
synopsis:            URI and IRI manipulation.
description:
  URI and IRI parsing and encoding, following the RFCs.
homepage:            https://dev.angeley.es/s/fr33domlover/p/vervis
bug-reports:         https://dev.angeley.es/s/fr33domlover/p/vervis/t
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, Text, Web, Network
build-type:          Simple
extra-source-files:  AUTHORS.md
                     CHANGELOG.md
                     COPYING
                     README.md
cabal-version:       >=1.10

source-repository head
  type:                darcs
  location:            https://dev.angeley.es/s/fr33domlover/r/network-iri

library
  exposed-modules:     Network.IRI
  -- other-modules:       
  build-depends:       attoparsec
                     , base
                     , bytestring
                     , hashable
                     , template-haskell
                     , text
                     , th-lift-instances
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall

[See repo JSON]