21 lines
740 B
Plaintext
21 lines
740 B
Plaintext
|
name: oglaf
|
||
|
version: 0.1.0.0
|
||
|
synopsis: Script that fetches the latest oglaf and sends it over to me via telegram
|
||
|
license: MIT
|
||
|
license-file: LICENSE
|
||
|
author: rnhmjoj
|
||
|
maintainer: micheleguerinirocco@me.com
|
||
|
copyright: copyright (C) Michele Guerini Rocco
|
||
|
category: Network
|
||
|
build-type: Simple
|
||
|
cabal-version: >=1.10
|
||
|
|
||
|
executable oglaf
|
||
|
main-is: Main.hs
|
||
|
build-depends: base >=4.8 && <4.9, network,
|
||
|
bytestring, text, retry, tagsoup,
|
||
|
MissingH, process, unix, temporary,
|
||
|
http-conduit, xml-conduit, html-conduit
|
||
|
|
||
|
default-language: Haskell2010
|