@@ -85,50 +85,9 @@ constraints:
85
85
-- These plugins doesn't work on GHC9 yet
86
86
haskell-language-server -brittany -class -fourmolu -splice -stylishhaskell -tactic -refineImports
87
87
88
-
89
88
allow-newer:
90
- -- -- Broken on ghc9, but let's pretend it's not so we can build the other things
91
- -- brittany:base,
92
- -- brittany:ghc,
93
- -- brittany:ghc-boot-th,
94
- -- butcher:base,
95
- -- fourmolu:ghc-lib-parser,
96
- -- stylish-haskell:ghc-lib-parser,
97
- -- stylish-haskell:Cabal,
98
- -- multistate:base,
99
- -- ghc-source-gen:ghc,
100
-
101
- assoc:base,
102
- cryptohash-md5:base,
103
- cryptohash-sha1:base,
104
- constraints-extras:template-haskell,
105
- data-tree-print:base,
106
- deepseq:base,
107
- dependent-sum:some,
108
- dependent-sum:constraints,
109
- diagrams-postscript:base,
110
- diagrams-postscript:lens,
111
- diagrams-postscript:diagrams-core,
112
- diagrams-postscript:monoid-extras,
113
- diagrams:diagrams-core,
114
- Chart-diagrams:diagrams-core,
115
- SVGFonts:diagrams-core,
116
- dual-tree:base,
117
- -- Does this make any sense?
118
- entropy:Cabal,
119
- force-layout:base,
120
- force-layout:lens,
121
- floskell:ghc-prim,
122
89
floskell:base,
123
- hashable:base,
124
- hslogger:base,
125
- monoid-extras:base,
126
- newtype-generics:base,
127
- parallel:base,
128
- regex-base:base,
129
- regex-tdfa:base,
130
- statestack:base,
131
- svg-builder:base,
132
- these:base,
133
- time-compat:base
134
-
90
+ floskell:ghc-prim,
91
+ -- for shake-bench
92
+ Chart-diagrams:diagrams-core,
93
+ SVGFonts:diagrams-core
0 commit comments