-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstack.yaml
More file actions
104 lines (98 loc) · 3.39 KB
/
Copy pathstack.yaml
File metadata and controls
104 lines (98 loc) · 3.39 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# This file was automatically generated by 'stack init'
#
# Some commonly used options have been documented as comments in this file.
# For advanced use and comprehensive documentation of the format, please see:
# https://docs.haskellstack.org/en/stable/yaml_configuration/
# Resolver to choose a 'specific' stackage snapshot or a compiler version.
# A snapshot resolver dictates the compiler version and the set of packages
# to be used for project dependencies. For example:
#
# resolver: lts-3.5
# resolver: nightly-2015-09-21
# resolver: ghc-7.10.2
#
# The location of a snapshot can be provided as a file or url. Stack assumes
# a snapshot provided as a file might change, whereas a url resource does not.
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: lts-18.19
# User packages to be built.
# Various formats can be used as shown in the example below.
#
# packages:
# - some-directory
# - https://example.com/foo/bar/baz-0.0.2.tar.gz
# - location:
# git: https://github.com/commercialhaskell/stack.git
# commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a
# - location: https://github.com/commercialhaskell/stack/commit/e7b331f14bcffb8367cd58fbfc8b40ec7642100a
# subdirs:
# - auto-update
# - wai
packages:
- .
# Dependency packages to be pulled from upstream that are not in the resolver
# using the same syntax as the packages field.
# (e.g., acme-missiles-0.3)
extra-deps:
- git: git@github.com:conal/concat.git
commit: 8210dc3f90c70af59d321a225eb451a063607bb0
subdirs:
- inline
- plugin
- classes
- satisfy
- known
- hardware
- graphics
- examples
# nix-sha256: 1a3z21n0ispcc4irggkwsclfbv87z1gb52lfafwx09n8bszr8c19
# git: git@github.com:tweag/monad-bayes.git
# commit: 10a5ea4d6f1eb72ff4e2a5978485e93a48db061d
# subdirs:
# - .
# nix-sha256 1ndbbg15z168ivh04dqyx42s1c27vd5srqb6khq1p65bkmzfnbzb
- git: git@github.com:composewell/streamly.git
commit: 4f629b8cb36bd03b480edc08b77c9a0187ce2206
subdirs:
- .
# nix-sha256: 1ag6lqr74c1ml0vmai7a1b28dyf149pv3mhpg06kp27sawl71sy2
- fusion-plugin-0.2.5
- fusion-plugin-types-0.1.0
- perfect-vector-shuffle-0.1.1.1@sha256:e05f719d3eb7eb680d6b94af59a3771e4ea6f9aa4e3cfb30e3048c2ac9520ee3,4023
- monad-bayes-1.1.0
- brick-1.5@sha256:e9f1785065a92bc99cd89c4076ee740b80bb4254f6b25346dff82e0172e63644,17826
- histogram-fill-0.9.1.0@sha256:e6233fe467a5a68a2f913e8b31a78e2db81de5c1a8f282be77757ccc040305a8,1928
- random-1.2.1
- math-functions-0.3.4.2
- linear-1.22
- text-zipper-0.12
# - git: git@github.com:hasktorch/hasktorch.git
# commit: 61eccc61ddf1b6334bfd6e8344620006174b1bef
# subdirs:
# - .
# Override default flag values for local packages and extra-deps
#flags:
# llvm-hs:
# shared-llvm: true
# 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: ">=1.9"
#
# 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
allow-newer: true