-
Mandatory information:
* Package : I think the most notable are `memory`, `foundation`, `basement`
* cvss: 8
* affected versions: Latest, and given that the packages are abandoned, no new releas…
-
One very useful application of these serialization libraries is to send data between Haskell servers and Haskell/GHCJS browser clients. It would be nice to see how they perform in GHCJS / whether or n…
-
`indent-according-to-mode` is called in:
1. In `newline-and-indent`.
2. In `electric-indent-mode` after `\n` has been inserted.
3. In `evil-open-above`.
4. In `evil-open-below`.
Each of these cases i…
-
Hi! first, I wanted to say thanks for making this document!
I would like to share a few points about Game and GUI programming in Haskell:
Regarding GUI programming in Haskell: One front that seems t…
soupi updated
5 years ago
-
Project 2 on Non-Haskell dependencies describes how to include a dependency of the Haskell application being built. However what about a dependency that is only required for development e.g. haskell-l…
-
We have been building a static executable for x64-linux for quite a while now. From this, the minimal docker image is created.
It would be really cool, if we could build the static executable on ot…
-
`Bialternative` is for bifunctors like `Either`.
```haskell
{-# LANGUAGE QuantifiedConstraints #-}
class (Bifunctor p, forall a. Applicative (p a)) => Bialternative p where
{-# MINIMAL left,…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.51.0 x64
**Electron**: 5.0.13
**OS**: Unknown Windows version
**Thrown From**: [ide-haskell-repl](https://github.com/atom-haskell/ide-ha…
-
(Imported from [Trac #704](http://hackage.haskell.org/trac/hackage/ticket/704), reported by @dcoutts on 2010-06-21)
Currently we often happily add little bits of C glue code into Haskell packages. Th…
-
Consider this schema:
```haskell
{-@ measure r :: Int -> Bool @-}
{-@ assume lem :: x:{Int | r x} -> {r (x + 1)} @-}
lem :: Int -> ()
lem _ = ()
with :: a -> b -> a
with a _ = a
{-@
tes…
rybla updated
2 years ago