-
Notifications
You must be signed in to change notification settings - Fork 14
/
micro-ci.cabal
26 lines (24 loc) · 960 Bytes
/
micro-ci.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
-- Initial micro-ci.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: micro-ci
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: Oliver Charles
maintainer: ollie@ocharles.org.uk
-- copyright:
-- category:
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
data-files: jobs.nix
executable micro-ci
main-is: MicroCI.hs
autogen-modules: Paths_micro_ci
other-modules: Paths_micro_ci
other-extensions: DataKinds, TypeApplications
build-depends: base >=4.9 && <4.10, servant-server >=0.11 && <0.12, servant-github-webhook >=0.3 && <0.4, warp >=3.2 && <3.3, aeson, github, process, directory, text, filepath, dhall, stm
-- hs-source-dirs:
default-language: Haskell2010