-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathtime-gif.cabal
27 lines (25 loc) · 873 Bytes
/
time-gif.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
name: time-gif
version: 1.0
synopsis: GIF that always shows the current time in UTC
-- description:
homepage: https://hookrace.net/blog/time.gif
license: BSD3
license-file: LICENSE
author: Dennis Felsing
maintainer: dennis@felsing.org
-- copyright:
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
Source-Repository head
Type: git
Location: https://github.com/def-/time.gif
executable time-gif
main-is: time-gif.hs
ghc-options: -threaded
-- other-modules:
other-extensions: OverloadedStrings
build-depends: base, network, bytestring, random, time, vector, primitive, containers, deepseq, transformers, binary
-- hs-source-dirs:
default-language: Haskell2010