-
If the blog runs on Spock, it would be cool to have the blog engine source code available
Also, the website's copyright notice is a couple years old!
-
Official IDE mode protocol documentation can be found at http://docs.idris-lang.org/en/latest/reference/ide-protocol.html
It seems the actual [idris-mode](https://github.com/idris-hackers/idris-mode)…
-
K Version
---------
5.3.178
Description
-----------
```
[INFO] This project has been banned from the build due to previous failures.
[INFO] ---------------------------------------------------…
-
**Quick Summary:**
The call site can change the inferred type of the function it's calling; try dropping the type annotations in the example below, comment out `sort` or `sortBy`, and see what type …
-
Currently I think the BlockRam part of the Clash API could really use some kind of overhaul.
I see a few issues with the current situation:
1. Too many different functions to create a BlockRam s…
-
ncurses it's working, it's ok, but it seems to be abandoned:
last release was 5 years ago
git repository gives 502: https://john-millikin.com/software/haskell-ncurses/
github mirror is archived: ht…
-
(Imported from [Trac #757](http://hackage.haskell.org/trac/hackage/ticket/757), reported by jodonoghue on 2010-11-04)
While Haskell cannot directly link with C++ code via the FFI, it is straightforwa…
-
The following code is crashing haddock:
```
{- |
+-----+
| ✅ |
+-----+
-}
module Toto where
```
```
$ haddock --version
Haddock version 2.27.0, (c) Simon Marlow 2006
Ported to use…
-
This isn't really the right place, but I'm not sure where else to report this. The Haddock website: https://www.haskell.org/haddock/ needs some updating:
- Development section needs to point to GitHub…
-
As a part of the Unicode support feature, I propose that stylish-haskell could support the functions in [base-unicode-symbols](https://hackage.haskell.org/package/base-unicode-symbols).
Related code …