websnap-0.1.0.1: websnap.cabal
name: websnap
version: 0.1.0.1
synopsis: Transforms URLs to PNGs
homepage: https://github.com/jrb/websnap
license: BSD3
license-file: LICENSE
author: Jared Baldridge
maintainer: jrb@expunge.us
copyright: (c) 2015 Jared Baldridge
category: Web
build-type: Simple
cabal-version: >=1.10
executable websnap
main-is: Main.hs
build-depends: base ==4.*,
webkit >=0.12,
gtk >=0.12,
filepath
hs-source-dirs: src
default-language: Haskell2010