packages feed

hbro-contrib-1.7.0.0: hbro-contrib.cabal

Name:                hbro-contrib
Version:             1.7.0.0
Synopsis:            Third-party extensions to hbro.
Description:         Cf README
Homepage:            https://github.com/k0ral/hbro-contrib
Category:            Browser,Web

License:             OtherLicense
License-file:        LICENSE
-- Copyright:
Author:              koral <koral at mailoo dot org>
Maintainer:          koral <koral at mailoo dot org>

Cabal-version:       >=1.8
Build-type:          Simple
Extra-source-files:  README.rst examples/hbro.hs
Data-files:          examples/ui.xml

Source-repository head
    Type:     git
    Location: https://github.com/k0ral/hbro-contrib.git

Library
    Build-depends:
        aeson,
        aeson-pretty,
        base == 4.*,
        bytestring,
        chunked-data,
        containers,
        directory,
        filepath,
        glib,
        gtk3 >= 0.12.3,
        hbro >= 1.7,
        microlens,
        monad-control,
        mono-traversable,
        mtl,
        network-uri,
        pango,
        parsec,
        process,
        -- random-extras,
        -- random-fu,
        resourcet,
        safe,
        safe-exceptions,
        -- taggy-lens,
        text,
        time,
        transformers-base,
        unix,
        webkitgtk3
    Exposed-modules:
        Data.Aeson.Extended
        Hbro.Bookmarks
        Hbro.Download
        -- Hbro.Feed
        Hbro.History
        Hbro.Misc
        Hbro.Settings
        Hbro.StatusBar
    Ghc-options: -Wall -fno-warn-unused-do-bind

Executable example
    Build-depends:
        aeson,
        aeson-pretty,
        base == 4.*,
        bytestring,
        chunked-data,
        containers,
        directory,
        filepath,
        glib,
        gtk3 >= 0.12.3,
        hbro >= 1.6,
        microlens,
        monad-control,
        mono-traversable,
        mtl,
        network-uri,
        pango,
        parsec,
        process,
        -- random-extras,
        -- random-fu,
        resourcet,
        safe,
        safe-exceptions,
        -- taggy-lens,
        text,
        time,
        transformers-base,
        unix,
        webkitgtk3
    Main-is: examples/hbro.hs