hbro-0.5.0: hbro.cabal
Name: hbro
Version: 0.5.0
Synopsis: A suckless minimal KISSy browser
-- Description:
-- Homepage:
Category: Browser,Web
Stability: alpha
License: OtherLicense
License-file: LICENSE
-- Copyright:
Author: koral
Maintainer: koral at mailoo dot org
Cabal-version: >=1.8
Build-type: Simple
Data-files: examples/ui.xml
Source-repository head
Type: git
Location: git@twyk.tk/haskell-browser.git
Library
Build-depends:
base == 4.*,
bytestring,
cmdargs,
containers,
dyre,
glib,
gtk,
mtl,
process,
url,
webkit,
unix,
zeromq-haskell
Exposed-modules:
Hbro.Core,
Hbro.Gui,
Hbro.Socket
Hbro.Util
Ghc-options: -Wall
Executable hbro
Build-depends:
hbro,
base == 4.*,
glib,
gtk,
mtl,
pango,
process,
unix,
webkit
Main-is: Main.hs
Hs-Source-Dirs: examples
Ghc-options: -Wall -threaded