Commit feab76c
committed
FromCabal: remove LLVM evil
There is no reason to tie use of LLVM libraries to the LLVM version
used by GHC’s LLVM backend, especially as the LLVM backend is
usually not being used.
Also, `libclang` is the correct dependency for Clang used as a
library, rather than the wrapped `clang` tool. (In practice, though,
this doesn’t really help: the packages this changes in Nixpkgs
are already broken because they depend on ancient LLVMs, want the
`llvm-config(1)` tool that is in the `llvm` package, and in one of
the two cases the `Setup.hs` doesn’t even build with modern Cabal.)1 parent 4b23197 commit feab76c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments