name: wai-handler-webkit version: 1.1.0 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://www.yesodweb.com/book/wai library build-depends: base >= 4 && < 5 , wai >= 1.1 && < 1.2 , warp >= 1.1 && < 1.2 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