File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
constraints :
2
- , Cabal == 3.6.3 .0
3
- , Cabal-syntax == 3.6.0 .0
2
+ , Cabal == 3.8.1 .0
3
+ , Cabal-syntax == 3.8.1 .0
4
4
, Glob == 0.10.2
5
5
, OneTuple == 0.3.1
6
6
, QuickCheck == 2.14.2
7
7
, StateVar == 1.2.2
8
- , Win32 == 2.12.0.1
9
8
, aeson == 2.0.3.0
10
9
, annotated-wl-pprint == 0.7.0
11
10
, ansi-terminal == 0.11.3
@@ -77,6 +76,7 @@ constraints:
77
76
, hackage-security == 0.6.2.2
78
77
, hashable == 1.4.1.0
79
78
, hi-file-parser == 0.1.3.0
79
+ , hinotify == 0.4.1
80
80
, hourglass == 0.2.12
81
81
, hpack == 0.35.1
82
82
, hpc == 0.6.1.0
Original file line number Diff line number Diff line change 13
13
--
14
14
-- > stack ls dependencies cabal > cabal.config
15
15
--
16
+ -- From the resolver in `stack.yaml` be sure to set `with-compiler: ghc-x.y.z`.
17
+ -- This can be checked in the cabal.config from stackage that matches the
18
+ -- resolver, such as:
19
+ -- https://www.stackage.org/lts-20.0/cabal.config
20
+ --
16
21
-- However, be aware that, in respect of the `unix` package or the `Win32`
17
22
-- package (that may come with GHC, depending on the operating system):
18
23
--
26
31
-- the other. A comprehensive `cabal.config` will need to be created by editing
27
32
-- the command's output.
28
33
34
+ with-compiler : ghc-9.2.5
29
35
import : cabal.config
30
36
packages : .
You can’t perform that action at this time.
0 commit comments