Skip to content

Commit 08c39d3

Browse files
committed
Update stack config to lts-23.19
1 parent 4831bfa commit 08c39d3

File tree

2 files changed

+11
-37
lines changed

2 files changed

+11
-37
lines changed

stack.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
1-
flags: {}
21
packages:
32
- chart/
43
- chart-cairo/
54
- chart-diagrams/
65
- chart-tests/
76
- chart-gtk/
87
- chart-gtk3/
9-
#flags:
8+
flags:
109
# gtk:
11-
# # This needs to be true on osx
12-
# have-quartz-gtk: false
13-
resolver: lts-20.23
14-
extra-deps:
15-
- gtk-0.15.8
16-
- gtk3-0.15.8
17-
- gio-0.13.8.2
10+
# # This needs to be set on macOS
11+
# have-quartz-gtk: true
12+
resolver: lts-23.19
1813
nix:
19-
packages: [pkgconfig, cairo, zlib, pango, xorg.xproto, xorg.libX11, gtk2, gtk3]
14+
packages: [pkgconfig, cairo, zlib, pango, xorg.xproto, xorg.libX11, gtk2, gtk3]

stack.yaml.lock

Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,12 @@
11
# This file was autogenerated by Stack.
22
# You should not edit this file by hand.
33
# For more information, please see the documentation at:
4-
# https://docs.haskellstack.org/en/stable/lock_files
4+
# https://docs.haskellstack.org/en/stable/topics/lock_files
55

6-
packages:
7-
- completed:
8-
hackage: gtk-0.15.8@sha256:26bfec55e0eaeccb04073ead54ce964d0ea9d8a19c5d5018948a18310668d528,16687
9-
pantry-tree:
10-
size: 21349
11-
sha256: c932ffae24a7cda5afb5b2c52e850fc73974b3dc9e60a38a8660b09f4e7f7103
12-
original:
13-
hackage: gtk-0.15.8
14-
- completed:
15-
hackage: gtk3-0.15.8@sha256:67b66189236fe138dd347e4ae89ea6213f2010d7b5cda368430f269f29521b8d,19600
16-
pantry-tree:
17-
size: 21251
18-
sha256: 974c8b9de3c2d363a8d8e29376fdc64cbce34209f2feb74a8bf09f3a65e0d861
19-
original:
20-
hackage: gtk3-0.15.8
21-
- completed:
22-
hackage: gio-0.13.8.2@sha256:95a9cc25976992aea0c4d0482b4f98ef165eca9ec2ccd553e2ce646bb0d8c66d,3136
23-
pantry-tree:
24-
size: 2036
25-
sha256: b1733df766fe4f04f052aa4d08d4fed2e506dc0fd1d5357d9020c4256cbd9ac7
26-
original:
27-
hackage: gio-0.13.8.2
6+
packages: []
287
snapshots:
298
- completed:
30-
size: 650253
31-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/23.yaml
32-
sha256: 4c972e067bae16b95961dbfdd12e07f1ee6c8fffabbfa05c3d65100b03f548b7
33-
original: lts-20.23
9+
sha256: 296a7960c37efa382432ab497161a092684191815eb92a608c5d6ea5f894ace3
10+
size: 683835
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/23/19.yaml
12+
original: lts-23.19

0 commit comments

Comments
 (0)