File: stack.yaml

package info (click to toggle)
haskell-stack 3.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,144 kB
  • sloc: haskell: 38,070; makefile: 6; ansic: 5
file content (26 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
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
snapshot: lts-23.24 # GHC 9.8.4

extra-deps:
# lts-23.24 provides hpack-0.37.0
- hpack-0.38.1@rev:0
# lts-23.24 provides persistent-2.14.6.3
- persistent-2.17.0.0@rev:0
# lts-23.24 provides tls-2.1.1
- tls-2.1.8@rev:0

docker:
  enable: false
  repo: quay.io/benz0li/ghc-musl:9.8.4
# See LICENSE. In order to build a statically-linked Stack executable for Linux
# that is not linked against GMP, use this alternative Docker image:
# repo: quay.io/benz0li/ghc-musl:9.8.4-int-native

nix:
  # --nix on the command-line to enable.
  packages:
  - zlib
  - unzip

flags:
  stack:
    developer-mode: true