aboutsummaryrefslogtreecommitdiffhomepage
path: root/stack.yaml
diff options
context:
space:
mode:
authorFrédéric Menou <frederic.menou@fretlink.com>2016-12-08 10:19:15 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2022-05-17 18:01:51 +0200
commita9d77a20008efe82862cc1adbfa7a6d4f09f8ff7 (patch)
treeadf3186fdccaeef19151026cdfbd38a530cf9ecb /stack.yaml
downloadedi-parser-master.tar.gz
edi-parser-master.tar.zst
edi-parser-master.zip
Release code as open sourceHEADmaster
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml39
1 files changed, 39 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml
new file mode 100644
index 0000000..764c5d1
--- /dev/null
+++ b/stack.yaml
@@ -0,0 +1,39 @@
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