File tree 2 files changed +28
-97
lines changed
2 files changed +28
-97
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -46,9 +46,33 @@ write-ghc-environment-files: never
46
46
index-state : 2022-04-27T09:22 :49Z
47
47
48
48
constraints :
49
- hyphenation +embed,
50
- -- remove this when hlint sets ghc-lib to true by default
51
- -- https://github.com/ndmitchell/hlint/issues/1376
52
- hlint +ghc-lib
49
+ hyphenation +embed,
50
+ -- remove this when hlint sets ghc-lib to true by default
51
+ -- https://github.com/ndmitchell/hlint/issues/1376
52
+ hlint +ghc-lib,
53
+ ghc-lib-parser-ex -auto,
54
+ stylish-haskell +ghc-lib
53
55
54
56
allow-newer :
57
+ -- ghc-9.2
58
+ ----------
59
+ hiedb :base,
60
+ retrie :ghc-exactprint,
61
+
62
+ -- for brittany
63
+ brittany :ghc-boot,
64
+ brittany :ghc-boot-th,
65
+ brittany :ghc,
66
+ brittany :ghc-exactprint,
67
+ brittany :bytestring,
68
+ brittany :base,
69
+ -- https://github.com/lspitzner/multistate/pull/8
70
+ multistate :base,
71
+ -- https://github.com/lspitzner/data-tree-print/pull/3
72
+ data-tree-print :base,
73
+ -- https://github.com/lspitzner/butcher/pull/8
74
+ butcher :base,
75
+
76
+ -- for shake-bench
77
+ Chart :lens,
78
+ Chart-diagrams :lens,
You can’t perform that action at this time.
0 commit comments