gist-0.1: gist.cabal
-- cf http://haskell.org/cabal/users-guide/
name: gist
version: 0.1
synopsis: A reliable command-line client for gist.github.com
-- description:
homepage: http://github.com/simonmichael/gist
license: GPL-3
license-file: LICENSE
author: Simon Michael
maintainer: simon@joyful.com
-- copyright:
category: Web
build-type: Simple
cabal-version: >=1.8
executable gist
main-is: gist.hs
build-depends: base ==4.5.*
,aeson >= 0.6 && < 0.7
,bytestring >= 0.9 && < 0.10
,conduit >= 0.4 && < 0.5
,http-conduit >= 1.4 && < 1.5
,text >= 0.11 && < 0.12