-
Notifications
You must be signed in to change notification settings - Fork 2
/
nix-buildkite.cabal
25 lines (24 loc) · 1.03 KB
/
nix-buildkite.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
cabal-version: 2.0
name: nix-buildkite
version: 0.1.0.0
license-file: LICENSE
author: CircuitHub
maintainer: oliver.charles@circuithub.com
build-type: Simple
extra-source-files: CHANGELOG.md, README.md
executable nix-buildkite
main-is: Main.hs
build-depends: aeson ^>= 1.4.6.0 || ^>= 1.5.4.0
, algebraic-graphs ^>= 0.5
, base ^>= 4.12 || ^>= 4.13 || ^>= 4.14
, bytestring ^>= 0.10.8.2
, containers ^>= 0.6.0.1
, filepath ^>= 1.4.2.1
, process ^>= 1.6.5.0
, text ^>= 1.2.3.1
, unordered-containers ^>= 0.2.10.0
, attoparsec ^>= 0.13.2.3
, nix-derivation ^>= 1.1.1
default-language: Haskell2010
hs-source-dirs: exe-nix-buildkite
ghc-options: -Wcompat -Wall -fwarn-incomplete-uni-patterns -Wincomplete-record-updates -Wpartial-fields -Wredundant-constraints -Wmissing-export-lists