diff options
Diffstat (limited to 'opml-conduit.cabal')
-rw-r--r-- | opml-conduit.cabal | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/opml-conduit.cabal b/opml-conduit.cabal index 3fb364e..f57dfc4 100644 --- a/opml-conduit.cabal +++ b/opml-conduit.cabal @@ -1,16 +1,17 @@ name: opml-conduit -version: 0.7.0.0 +version: 0.8.0.0 synopsis: Streaming parser/renderer for the OPML 2.0 format. description: This library implements the OPML 2.0 standard (<http://dev.opml.org/spec2.html>) as a 'conduit' parser/renderer. homepage: https://github.com/k0ral/opml-conduit license: PublicDomain license-file: LICENSE -author: koral <koral@mailoo.org> -maintainer: koral <koral@mailoo.org> +author: koral +maintainer: mail@cmoreau.info category: Conduit, Text, XML build-type: Simple cabal-version: >=1.10 +tested-with: GHC <8.10 && >=8.4.2 data-files: data/category.opml data/directory.opml @@ -42,7 +43,8 @@ library , conduit-combinators , containers , safe-exceptions - , lens-simple + , microlens + , microlens-th , monoid-subclasses , refined >= 0.2 , semigroups @@ -69,7 +71,7 @@ test-suite tests , conduit-combinators , containers , data-default - , lens-simple + , microlens , mtl , opml-conduit , parsers |