name: wai-handler-webkit version: 0.3.1 license: BSD3 license-file: LICENSE author: Michael Snoyman maintainer: Michael Snoyman synopsis: Turn WAI applications into standalone GUIs using QtWebkit. description: Runs any WAI application using the simpleserver handler and then pops up a Webkit browser to view it. category: Web stability: unstable cabal-version: >= 1.2 build-type: Simple homepage: http://github.com/snoyberg/hack-handler-webkit/tree/master library build-depends: base >= 4 && < 5 , wai >= 0.4 && < 0.5 , warp >= 0.4 && < 0.5 ghc-options: -Wall exposed-modules: Network.Wai.Handler.Webkit c-sources: webkit.cpp if os(windows) extra-libraries: QtCore4, QtGui4, QtNetwork4, QtWebKit4 else pkgconfig-depends: QtWebKit