-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstack.yaml
33 lines (28 loc) · 951 Bytes
/
stack.yaml
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
27
28
29
30
31
32
33
resolver: lts-15.00
packages:
- .
extra-deps:
- aeson-quick-0.1.3@sha256:19e63adcbeaae88f0bfa8006e4d63e8981254f57587580b9eb949e63700375e4,2061
- git: https://github.com/ssadler/haskoin-core
commit: 1efb7a5764cf6846122d2be73c306e3d826db085
- git: https://github.com/haskoin/secp256k1-haskell
commit: 239159122cc6f830957759a1d247ded7ffeba915
# Extra package databases containing global packages
# extra-package-dbs: []
# Control whether we use the GHC we find on the path
# system-ghc: true
#
# Require a specific version of stack, using version ranges
# require-stack-version: -any # Default
# require-stack-version: ">=2.1"
#
# Override the architecture used by stack, especially useful on Windows
# arch: i386
# arch: x86_64
#
# Extra directories used by stack for building
# extra-include-dirs: [/path/to/dir]
# extra-lib-dirs: [/path/to/dir]
#
# Allow a newer minor version of GHC than the snapshot specifies
# compiler-check: newer-minor