Skip to content

Commit 2574717

Browse files
committed
Bump cabal.project for bump to lts-20.8
1 parent 7ba1dda commit 2574717

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

cabal.config

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ constraints:
55
, OneTuple ==0.3.1
66
, QuickCheck ==2.14.2
77
, StateVar ==1.2.2
8+
, Win32 ==2.12.0.1
89
, aeson ==2.0.3.0
910
, annotated-wl-pprint ==0.7.0
10-
, ansi-terminal ==0.11.3
11+
, ansi-terminal ==0.11.4
1112
, ansi-wl-pprint ==0.6.9
1213
, appar ==0.1.8
1314
, array ==0.5.4.0
@@ -26,7 +27,7 @@ constraints:
2627
, base16-bytestring ==1.0.2.0
2728
, base64-bytestring ==1.2.1.0
2829
, basement ==0.0.15
29-
, bifunctors ==5.5.13
30+
, bifunctors ==5.5.14
3031
, binary ==0.8.9.0
3132
, blaze-builder ==0.4.2.2
3233
, blaze-html ==0.9.1.2
@@ -47,14 +48,15 @@ constraints:
4748
, connection ==0.3.1
4849
, containers ==0.6.5.1
4950
, contravariant ==1.5.5
50-
, cookie ==0.4.5
51+
, cookie ==0.4.6
5152
, cryptohash-sha256 ==0.11.102.1
5253
, cryptonite ==0.30
5354
, cryptonite-conduit ==0.2.2
55+
, data-array-byte ==0.1.0.1
5456
, data-default-class ==0.1.2.0
5557
, data-fix ==0.3.2
5658
, deepseq ==1.4.6.1
57-
, digest ==0.0.1.3
59+
, digest ==0.0.1.4
5860
, directory ==1.3.6.2
5961
, distributive ==0.6.2.1
6062
, dlist ==1.0
@@ -73,8 +75,8 @@ constraints:
7375
, ghc-boot-th ==9.2.5
7476
, ghc-prim ==0.8.0
7577
, githash ==0.1.6.3
76-
, hackage-security ==0.6.2.2
77-
, hashable ==1.4.1.0
78+
, hackage-security ==0.6.2.3
79+
, hashable ==1.4.2.0
7880
, hi-file-parser ==0.1.3.0
7981
, hinotify ==0.4.1
8082
, hourglass ==0.2.12
@@ -93,14 +95,14 @@ constraints:
9395
, integer-logarithms ==1.0.3.1
9496
, iproute ==1.7.12
9597
, libyaml ==0.1.2
96-
, lift-type ==0.1.0.1
98+
, lift-type ==0.1.1.1
9799
, lifted-base ==0.2.3.12
98100
, lukko ==0.1.1.3
99101
, megaparsec ==9.2.2
100102
, memory ==0.17.0
101103
, microlens ==0.4.12.0
102-
, microlens-mtl ==0.2.0.2
103-
, microlens-th ==0.4.3.10
104+
, microlens-mtl ==0.2.0.3
105+
, microlens-th ==0.4.3.11
104106
, mime-types ==0.1.0.9
105107
, mintty ==0.1.4
106108
, monad-control ==1.0.3.1
@@ -112,7 +114,7 @@ constraints:
112114
, mustache ==2.4.1
113115
, neat-interpolation ==0.5.1.3
114116
, network ==3.1.2.7
115-
, network-uri ==2.6.4.1
117+
, network-uri ==2.6.4.2
116118
, old-locale ==1.0.0.7
117119
, old-time ==1.1.0.3
118120
, open-browser ==0.2.1.0

cabal.project

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
--
1414
-- > stack ls dependencies cabal > cabal.config
1515
--
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-
--
2116
-- However, be aware that, in respect of the `unix` package or the `Win32`
2217
-- package (that may come with GHC, depending on the operating system):
2318
--
@@ -30,7 +25,16 @@
3025
-- The command above will add one of the two packages to `cabal.config` but omit
3126
-- the other. A comprehensive `cabal.config` will need to be created by editing
3227
-- the command's output.
33-
28+
--
29+
-- Also be aware that there may be other packages required only on non-Windows
30+
-- systems. For example, the `hinotify` package.
31+
--
32+
-- Be sure to set `with-compiler: ghc-x.y.z` below to the version of GHC that is
33+
-- specified by the snapshot specifed in Stack's project-level YAML
34+
-- configuration file (`stack.yaml`). The relevant version of GHC can be
35+
-- confirmed by reviewing the snapshot on Stackage. For example, at:
36+
-- https://www.stackage.org/lts-20.8/cabal.config.
37+
--
3438
with-compiler: ghc-9.2.5
3539
import: cabal.config
3640
packages: .

0 commit comments

Comments
 (0)