-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.yaml
85 lines (79 loc) · 3.61 KB
/
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
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
# 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:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2022/11/3.yaml
# 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
# subdirs:
# - auto-update
# - wai
packages:
- .
# Dependency packages to be pulled from upstream that are not in the resolver.
# These entries can reference officially published versions as well as
# forks / in-progress versions pinned to a git hash. For example:
#
extra-deps:
- sqlite-simple-0.4.18.2@sha256:dda1643e723591c880dda8eeba73e93502cfa775078a79da55b5efec4c52ff66,3028
- direct-sqlite-2.3.27@sha256:94207d3018da3bda84bc6ce00d2c0236ced7edb37afbd726ed2a0bfa236e149b,3771
- HDBC-sqlite3-2.3.3.1@sha256:5025fd94d02b9b3f0b8b8233796dd9a85a0b3dda6503c6e671e3eddbc51cb4d4,2424
- persistable-record-0.6.0.5@sha256:0ba4ceca681b5eb7ec9e57adea54c781cbe0cb8014d037b5fa024e8738cf644f,3180
- git: https://github.com/Tarmean/haskell-relational-record/
commit: 3c0ef6b8a906f3dfaf0bdbe3d80699d777136957
subdir: relational-query
# - relational-query-0.12.3.0@sha256:0e816841a1d6c47924fc6f0216eee87989bc74a6c9fa3f0d10413151475b7938,8516
- relational-query-HDBC-0.7.2.0@sha256:e68a11962963628a1489b0dc6a9abae4e53c667e35d3c6eadcbb561b70d76c74,4280
- relational-schemas-0.1.8.0@sha256:31b679fc1fa73cd88e6798ed089cd83876919c7f84952fae8794702be94fd9de,6138
- git: https://github.com/Tarmean/haskell-product-isomorphic/
commit: 1afd4b733b6a694e4e02236a27a5b269623ad2ec
- th-data-compat-0.1.1.0@sha256:b573080b9e5bd6ee517294f8129fe26eab1ce3b896940636a77b330e6aee2411,2698
- large-anon-0.1.1@sha256:ee3bc027ef9373ebb6d9f9cf73be68a40cc153b91c133340e583e36388569f0a,5883
- ghc-tcplugin-api-0.8.0.0@sha256:46e361987b7c0027b4009ce47d4d9ab7e98a5ab3471204c77f32e1f03e4ce20d,4592
- large-generics-0.2.0.0@sha256:18551694243f5862dd4fc810718fd2e799ec14e330db392a50ef98b1e938191e,2755
- typelet-0.1.2@sha256:06f1b2c03095a0963efff6fb686a68c7777d9432bcd62153ce50acf7c6305f4a,2741
# - acme-missiles-0.3
# - git: https://github.com/commercialhaskell/stack.git
# commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a
#
# extra-deps: []
# Override default flag values for local packages and extra-deps
# flags: {}
# 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.7"
#
# 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