Custom Query
Results (16 - 18 of 5837)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #4216 | invalid | Haskell Platform for Mac doesn't seem to include "cabal" executable | GregoryCollins | zooko |
| description |
I just installed the Haskell Platform for Mac, and it installed "ghc" into /usr/bin, but it did not come with a "cabal" executable, so I had to install that separately. |
|||
| #1528 | worksforme | Windows HEAD snapshot does not include hpc program | Igloo | neil |
| description |
The Windows HEAD snapshot does not appear to include hpc.exe, which is used to invoke hpc markup, hpc report etc. |
|||
| #1317 | fixed | add warning for the Prelude being imported implicitly | Isaac Dupree | Isaac Dupree |
| description |
For those who don't like the implicit Prelude (but have an existing codebase to work with, or want to stay compatible with Haskell standards). The only ways to keep the warning from triggering, once enabled, are -fno-implicit-prelude/LANGUAGE NoImplicitPrelude, and/or at least one import ... Prelude ... line appearing in the module. Proposed flag name: -fwarn-implicit-prelude Proposed "on" status: not even on with -Wall, must be enabled explicitly |
|||
