-
Is the current release (0.15) compatible with ghc current version (v8)?
-
GHC-8.6.5:
```
benchmarked clone village/bsbhc
time 1.312 ms (1.298 ms .. 1.330 ms)
0.999 R² (0.999 R² .. 1.000 R²)
mean 1.308 ms (1.3…
-
```
>pwd
/home/joco/coding/haskell/cpython
>ls
cabal.sandbox.config
>git clone https://github.com/travisbrown/haskell-cpython.git
Cloning into 'haskell-cpython'...
remote: Counting objects: 609, done.…
-
https://downloads.haskell.org/~ghc/8.6-latest/ currently points to 8.6.4. I believe is a mistake, since 8.6.5 is the latest patch release in the 8.6 series.
-
In my fork of this repo, I bumped text and hashable to newer versions.
It seems to compile and work in my compiler, so maybe worth the time to upgrade?
You can find the commit here: https://github…
-
I'd like to use Peggy very much. But GHC 7.10.x or 8.x doesn't seem to be supported. I was wondering if you would adapt Peggy to GHC 7.10.x or 8.x.
-
With ghc 8.6.5, I get a deprecation warning with this module that suggests:
```
Module ?GHC.TypeLits.Witnesses? is deprecated:
Use singletons package instead
```
but the `singletons` pa…
erikd updated
5 years ago
-
When running plugin output through `-dcore-lint`, we currently may get something like this:
```
*** Core Lint errors : in result of Simplifier ***
Bar.hs:25:1: warning:
This argument does no…
-
I ran "stack build :misc-examples" and got:
Preprocessing test suite 'misc-examples' for concat-examples-0.3.0.0...
[1 of 1] Compiling Main ( test\Examples.hs, .stack-work\dist\ca59d0ab\…
-
Hi Andras, thanks for figuring this out with me!
In our reddit chat, I wrote that "maybe this boils down to how well optimized GHC is for ARM vs x86", since the numbers I posted:
- Koka (with bo…