-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgist.cabal
28 lines (26 loc) · 964 Bytes
/
gist.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: gist
version: 0.1.98
synopsis: A simple command-line client for gist.github.com that just works.
description:
A simple command-line client for gist.github.com that just works.
It pastes a single file or the standard input to gist.github.com, as
a public gist. It does not support authentication and does not
depend on the github package (yet).
homepage: http://github.com/simonmichael/gist
license: GPL-3
license-file: LICENSE
author: Simon Michael
maintainer: [email protected]
-- copyright:
category: Web
build-type: Simple
cabal-version: >=1.8
executable gist
main-is: gist.hs
build-depends: base
,aeson
,bytestring
,conduit
,http-conduit
,resourcet
,text