Commit 3afae30
committed
Fix ghc-9.12 nix build
This fixes builds for the dependencies haskell-language-server and
proto-lens.
proto-lens fails with:
Error: [Cabal-6661]
filepath wildcard 'proto-lens-imports/google/protobuf/descriptor.proto'
refers to the directory 'proto-lens-imports/google/protobuf', which does not exist or is not a directory.
filepath wildcard 'proto-lens-imports/google/protobuf/descriptor.proto'
does not match any files.
However, SRP is currently required because the released version does not
support ghc-9.12.
The previous haskell-language-server did not support ghc-9.12, so we are
upgrading it to the latest version1 parent 1f27fb3 commit 3afae30
1 file changed
Lines changed: 23 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
182 | 203 | | |
183 | 204 | | |
184 | 205 | | |
| |||
202 | 223 | | |
203 | 224 | | |
204 | 225 | | |
| 226 | + | |
205 | 227 | | |
206 | 228 | | |
207 | 229 | | |
208 | 230 | | |
209 | 231 | | |
210 | 232 | | |
211 | | - | |
212 | | - | |
213 | | - | |
| 233 | + | |
214 | 234 | | |
215 | 235 | | |
216 | 236 | | |
| |||
0 commit comments