-
Notifications
You must be signed in to change notification settings - Fork 24
/
vindinium.cabal
27 lines (25 loc) · 893 Bytes
/
vindinium.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
-- Initial vindinium.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: vindinium
version: 0.1.0.0
synopsis: Haskell starter bot for vindinium.org
homepage: https://github.com/Herzult/vindinium-starter-haskell
license: MIT
license-file: LICENSE
author: Antoine Hérault
maintainer: antoine.herault@gmail.com
build-type: Simple
cabal-version: >=1.10
executable vindinium
main-is: Main.hs
hs-source-dirs: src
build-depends: base >=4.6
, mtl
, transformers
, text
, random
, aeson
, HTTP
, http-types
, http-client
, optparse-applicative >= 0.11.0