cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 22b1aa45d8fecebd6c0929552a97b240054679c41de2362a8c92b06f1d547612 name: webmention version: 0.1.0.0 synopsis: Types and functions for working with Webmentions. description: Types and functions for working with [Webmention](https://www.w3.org/TR/webmention), which pass the [webmention.rocks](https://webmention.rocks/) test suite. category: Web homepage: https://github.com/alexmingoia/webmention#readme bug-reports: https://github.com/alexmingoia/webmention/issues author: Alexander Mingoia maintainer: alex@alexmingoia.com copyright: 2020 Alexander Mingoia license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/alexmingoia/webmention library exposed-modules: Network.HTTP.Webmention other-modules: Paths_webmention hs-source-dirs: src build-depends: base >=4 && <5 , bytestring >=0.10 && <0.11 , case-insensitive >=1.2 && <1.3 , either >=5.0 && <5.1 , exceptions >=0.10 && <0.11 , hspec >=2.7 && <2.8 , http-client >=0.6 && <0.7 , http-client-tls >=0.3 && <0.4 , http-types >=0.12 && <0.13 , modern-uri >=0.3 && <0.4 , tagsoup >=0.14 && <0.15 , text >=1.2 && <1.3 default-language: Haskell2010 test-suite webmention-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_webmention hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4 && <5 , bytestring >=0.10 && <0.11 , case-insensitive >=1.2 && <1.3 , either >=5.0 && <5.1 , exceptions >=0.10 && <0.11 , hspec >=2.7 && <2.8 , http-client >=0.6 && <0.7 , http-client-tls >=0.3 && <0.4 , http-types >=0.12 && <0.13 , modern-uri >=0.3 && <0.4 , tagsoup >=0.14 && <0.15 , text >=1.2 && <1.3 , webmention default-language: Haskell2010