Search code examples
Multiple files use the same module name:...


haskellghccabalhaskell-stackghci

Read More
Why is GHC so large/big?...


haskellghc

Read More
How to use GHC’s `ReadPrec`?...


haskellghc

Read More
Why does Cabal, unlike GHC, not automatically enable GeneralizedNewtypeDeriving if I explicitly enab...


haskellghctypeclasscaballanguage-extension

Read More
Run cleanup function in multiple Haskell child threads when POSIX Signal sent (SIGTERM etc)...


exceptionhaskellconcurrencyghc

Read More
Is there a way to kill all forked threads in a GHCi session without restarting it?...


multithreadinghaskellghcyesodghcid

Read More
GHC Generating Redundant Core Operations...


performancehaskellghc

Read More
Admissble type role overrides...


haskelltypesghccoercionnewtype

Read More
How to output or redirect GHC compile errors to a file instead of standard output?...


haskellghc

Read More
How to change the order of type application parameters for a constructor...


haskellghcgadtexistential-type

Read More
Why does Data.Dynamic contain a witness instead of a typeclass constraint?...


haskellghctypeclassgadt

Read More
How to [temporarily] suppress "defined but not used" warnings?...


haskellghc

Read More
Haskell speed issue where executing both parts of a program takes significantly longer than either p...


performancehaskellghc

Read More
Haskell's polymorphic functions in different GHC version...


haskellghc

Read More
What is fusion in Haskell?...


haskelloptimizationghcstream-fusion

Read More
Enable -Woverflowed-literals for custom numeric types...


haskellwarningsghc

Read More
Does GHC optimize the monoid operation over mempty?...


haskelloptimizationghc

Read More
GHC not deriving typeclass instances based on input type...


haskellghctypeclasssingleton-type

Read More
How do I get an error and warning count from GHC/Cabal/Stack?...


bashhaskellcompiler-errorsghchaskell-stack

Read More
Why standalone deriving fails with rigid type on a record with existential quantification?...


haskelltypesghcexistential-type

Read More
Why some of the latest versions of ghc are not "recommended"?...


haskellghc

Read More
How do I fix this error when installing GHC with ghcup?...


haskellghcghcup

Read More
Haskell gnuplot not working displaying plot...


haskellgnuplotghc

Read More
Is there any possible benefit to SPECIALIZE a free type variable?...


haskelloptimizationghc

Read More
Installing ghc binaries on Linux (can't find libgmp.so)...


linuxhaskellinstallationghc

Read More
How to prnt a directory contents in Haskell...


haskellghc

Read More
How to set preference for `Text` and not `String` in Haskell...


haskellghc

Read More
How to suppress missing field warnings for record fields isomorphic to void?...


haskellrecordghc

Read More
Stack cache builds with various flags...


haskellghchaskell-stack

Read More
GHC's readBin function from Numeric Library is not being recognised by GHCI...


haskellghcghci

Read More
BackNext