-
Notifications
You must be signed in to change notification settings - Fork 1
/
auto-participant.cabal
25 lines (23 loc) · 1.08 KB
/
auto-participant.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
-- Initial auto_participant.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: auto-participant
version: 0.1.0.0
synopsis: insert participant list to event page
-- description:
homepage: https://github.com/great-h/auto_participant
license: MIT
license-file: LICENSE
author: Tomohiko Himura
maintainer: [email protected]
-- copyright:
-- category:
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
executable auto_participant
main-is: auto_participant.hs
-- other-modules:
other-extensions: OverloadedStrings, QuasiQuotes
build-depends: base >=4.6 && <4.9, xml-conduit >=1.1 && <1.4, html-conduit, bytestring >=0.10 && <0.11, text >=0.11 && <1.3, dom-selector, http-conduit >=1.9 && <2.2, directory >=1.2 && <1.3, parsec >=3.1 && <3.2, unordered-containers, yaml, network-uri, text-format, hashable
-- hs-source-dirs:
default-language: Haskell2010