-
I'm having trouble implementing the example from the paper about enumerating `Family`.
The package mentions a `Math.Combinatorics.Species.TH` module, which doesn't exist.
With my below approach I …
-
I don't like to grant root permission when not necessary. The Haskell platform needs only to be able to write into `/usr/local`, and if the scripts don't find themselves with root permission or with …
-
I am wanting to add colog to my mu-haskell project. The [example in the docs](https://higherkindness.io/mu-haskell/transformer/#logging) results in a compilation error. I have something like this:
…
-
From the paper at https://arxiv.org/pdf/2211.01100.pdf
But when I run the code I get
-
Consider packaging Haskell Platform for Flatpak, AppImage or Snap as Linux distribution-agnostic variants. It may even serve as a reference platform or testbed, since it's a better-controlled environm…
-
In `{-# OPTIONS_GHC -F -pgmF tasty-discover -optF --tree-display #-}`, the `--` is recognised as a comment, and so (at least with my current theme), the remainder of the line is greyed out.
I guess…
-
We need to detect/prove for need of -no-pie in calling gcc.
If we do see it, we need to tweak the ghc settings fie to have the three following settings (per @hvr ):
,("C compiler flags","-fno-PIE -f…
-
From this PR #332, I see
`LTS 19 unfortunately doesn't work, due to the Aeson 2.x versioning.`
Could we upgrade Aeson to 2.x? Is there any hard dependency on Aeson 1.x?
-
The link from Hackage to https://higherkindness.io/mu-haskell/ does'nt seem to work anymore?
-
**Original reporter**: _shelarcy_
Debug.Trace.traceEventIO output Unicode characters by UTF-8 String.
- http://www.haskell.org/ghc/docs/7.4.1/html/libraries/base-4.5.0.0/Debug-Trace.html#v:traceEvent…