Custom Query

Filters
 
Columns

Show under each result:


Results (16 - 18 of 5837)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#4216 invalid Haskell Platform for Mac doesn't seem to include "cabal" executable GregoryCollins zooko

Reported by zooko, 3 years ago.

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

Reported by neil, 6 years ago.

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

Reported by Isaac Dupree, 6 years ago.

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.