]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - stack.yaml
Release code as open source
[github/fretlink/edi-parser.git] / stack.yaml
CommitLineData
a9d77a20
FM
1resolver: lts-16.31
2
3# Local packages, usually specified by relative directory name
4packages:
5- 'core'
6- 'scaffolder'
7- 'specification'
8
9# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
10extra-deps: []
11
12# Override default flag values for local packages and extra-deps
13flags: {}
14
15# Extra package databases containing global packages
16extra-package-dbs: []
17
18# Control whether we use the GHC we find on the path
19# system-ghc: true
20
21# Require a specific version of stack, using version ranges
22# require-stack-version: -any # Default
23# require-stack-version: >= 0.1.10.0
24
25# Override the architecture used by stack, especially useful on Windows
26# arch: i386
27# arch: x86_64
28
29# Extra directories used by stack for building
30# extra-include-dirs: [/path/to/dir]
31# extra-lib-dirs: [/path/to/dir]
32
33nix:
34 # See https://github.com/commercialhaskell/stack/issues/2975#issuecomment-277369689
35 # zlib is a dependency of pandoc
36 packages:
37 - zlib.dev
38 - zlib.out
39 - pkgconfig