-
Reading through https://github.com/commercialhaskell/stack/blob/d9165e1cfc7a7738145f122f34466d0fa5b9835f/doc/Stack_and_VS_Code.md this sounds complicated and error prone.
Stack already provides GHC…
-
> I wonder if `cabal --version` on a non-release build should include a Git commit. (@geekosaur)
This has been bugging me too, as a daily user of cabal-head, this would be greatly appreciated. (@Kl…
-
ghc --interactive -isrc
```
import Harpie.Shape as S
import Harpie.Fixed as F
a = F.range @[2,3,4]
x1 = F.indexes (Dims @'[0]) (fins @'[2] [0]) a
x1
[Error: [Cabal-7125]
repl failed for harp…
-
Implement the basic system in **Haskell**.
-
It might be very very simple, you already have all the code in there
-
Moved from https://github.com/kaitai-io/kaitai_struct_compiler/issues/92. Original message:
> It will be nice to have Haskell in the target languages.
-
# 「非エンジニアのためのオトナのプログラミング教室 vol1. 」
[ ProjectEulerをHaskellで解いてみた!!]
# 内容
- 数学問題の奥深さとHaskellの面白さを伝える
- ※なお、日常生活には何の役にも立たないと思います。m(__)m
# 背景
- 最近、遂にABC予想の証明が完了したってよ。
- [査読8年、京大教授の「ABC予想」証明理論…
-
Hi, is haskell support possible ?
-
If we have a C API with
```c
typedef void (*FunPtr_Void_Int)(int);
callFunPtr(FunPtr_Void_Int);
```
for which we generate
```haskell
foreign import capi "example.h callFunPtr"
cCallFun…
edsko updated
3 months ago
-
The existing bindists are built for Ubuntu 20.04 and thus are not suitable for static linking of Haskell libraries on Ubuntu 22.04 because of the removal of `__xmknod` in glibc 2.33. The issue usually…