oglaf/oglaf.cabal

21 lines
729 B
Plaintext
Raw Permalink Normal View History

2015-10-09 15:36:53 +02:00
name: oglaf
2015-12-04 01:07:38 +01:00
version: 0.1.1.0
2015-10-09 15:36:53 +02:00
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
2016-12-17 03:10:12 +01:00
build-depends: base == 4.9.*, network,
2015-10-09 15:36:53 +02:00
bytestring, text, retry, tagsoup,
2015-12-04 01:07:38 +01:00
MissingH, process, temporary,
2015-10-09 15:36:53 +02:00
http-conduit, xml-conduit, html-conduit
default-language: Haskell2010