File tree Expand file tree Collapse file tree 3 files changed +22
-12
lines changed Expand file tree Collapse file tree 3 files changed +22
-12
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ resolver: lts-18.18
2
2
compiler : ghc-9.0.1
3
3
4
4
extra-deps :
5
- - ' ghc-lib-parser-9.2.1.20211101 '
6
- - ' ghc-lib-parser-ex-9.2.0.1 '
5
+ - ' ghc-lib-parser-9.2.2.20220307 '
6
+ - ' ghc-lib-parser-ex-9.2.0.3 '
7
7
8
8
save-hackage-creds : false
9
9
nix :
Original file line number Diff line number Diff line change 5
5
6
6
packages:
7
7
- completed:
8
- hackage: ghc-lib-parser-9.2.1.20211101 @sha256:c7f5649391acb4ceec6770acce3b77dea8aad3fd442b2a32a1d0dbaede080c0b ,12705
8
+ hackage: ghc-lib-parser-9.2.2.20220307 @sha256:384755a514a42fe1615862ff6ef5c995a9ed71904360b4b212f9526f80fb214c ,12705
9
9
pantry-tree:
10
10
size: 27578
11
- sha256: 445b7dd1908b8187dfdab87673a68f1ca42e2bcfd7dd68f04a3ad91a2215e3e2
11
+ sha256: 1e7884111d2ef9d7132719f9d04a16873a9c479100f2be310e5880805d9787dc
12
12
original:
13
- hackage: ghc-lib-parser-9.2.1.20211101
13
+ hackage: ghc-lib-parser-9.2.2.20220307
14
14
- completed:
15
- hackage: ghc-lib-parser-ex-9.2.0.1 @sha256:37444e3274afd4daaa96819bb4e05835524c2e16021a56861d6f8f014584992d,3605
15
+ hackage: ghc-lib-parser-ex-9.2.0.3 @sha256:a90c3a6aa85f59848d9f8c3928ab7203299a4b560db6f300976d9b1f7da127ee,3655
16
16
pantry-tree:
17
- size: 2121
18
- sha256: 8cf2d2a4fa196121c7faef816474038d8a82b8ff8a8480ecf4a5cf256c380c4c
17
+ size: 2212
18
+ sha256: 940793b79e8c37f8a46f3c5747ecf1e7534ba0d998b4e2da573744f1ac2927d0
19
19
original:
20
- hackage: ghc-lib-parser-ex-9.2.0.1
20
+ hackage: ghc-lib-parser-ex-9.2.0.3
21
21
snapshots:
22
22
- completed:
23
23
size: 586296
Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ Common depends
36
36
directory >= 1.2.3 && < 1.4 ,
37
37
filepath >= 1.1 && < 1.5 ,
38
38
file-embed >= 0.0.10 && < 0.1 ,
39
- ghc-lib-parser >= 9.2 && < 9.3 ,
40
- ghc-lib-parser-ex >= 9.2 && < 9.3 ,
41
39
mtl >= 2.0 && < 2.3 ,
42
40
syb >= 0.3 && < 0.8 ,
43
41
text >= 1.2 && < 1.3 ,
@@ -46,7 +44,19 @@ Common depends
46
44
47
45
if impl(ghc < 8.0 )
48
46
Build-depends :
49
- semigroups >= 0.18 && < 0.20
47
+ semigroups >= 0.18 && < 0.20
48
+
49
+ if impl(ghc >= 9.2.2 )
50
+ Build-depends :
51
+ ghc >= 9.2 && < 9.3 ,
52
+ ghc-boot,
53
+ ghc-boot-th
54
+ else
55
+ Build-depends :
56
+ ghc-lib-parser >= 9.2 && < 9.3
57
+
58
+ Build-depends :
59
+ ghc-lib-parser-ex >= 9.2.0.3 && < 9.3
50
60
51
61
Library
52
62
Import : depends
You can’t perform that action at this time.
0 commit comments