packages feed

websnap-0.1.0.0: websnap.cabal

name:                websnap
version:             0.1.0.0
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.6.*,
                       filepath ==1.3.*,
                       webkit ==0.12.*,
                       gtk ==0.12.*,
                       network ==2.4.*
    
  hs-source-dirs:      src
  default-language:    Haskell2010