-
I run into issues when running `nix develop` where it seems a lot nix paths have issues like:
`warning: the substitute for '/nix/store/9gby2vh0xbz435pdx5scd0rlsd03y1im-czipwith-1.0.1.4-1.cabal' from …
-
At the time of writing, the state of `servant-auth` has a margin of improvement when it comes to both design, security and supported authentication schemes. I would like to take the time with industri…
-
## Problem
Nix has a very nice `callCabal2nix` function that can wrap a Haskell project and provide the dependencies for it without having to change the Haskell project, which remains the source of…
-
@Gabriel439 writes in https://github.com/dhall-lang/dhall-haskell/pull/956#issuecomment-494043437:
> @Profpatsch @ari-becker: The primary motivation for the `@n` language feature is to ensure that …
-
https://gist.github.com/saurabhnanda/c2dc9526f9f99e6c10f92120326ee8a6
-
I use the US International layout with dead keys, because I regularly type both in programming languages (which work best on US layouts due to easy access to `{`, `$`, etc), English, Danish, and assor…
-
Refer to our wiki page on the topic and give some more examples.
https://github.com/GaloisInc/cryptol/wiki/CryptolModuleSystem
-
I followed the guide for getting started with flakes (https://input-output-hk.github.io/haskell.nix/tutorials/getting-started-flakes.html#scaffolding), and have a flake.nix:
```
{
description = "…
-
I'm new to game development so the first thing I did was find a few tutorials, but most seemed to be unity and pygame focused. I found the basic idea was something like this [per stackoverflow](https:…
-
``` haskell
output "test" $ pure "foo"
```
gives a file with `"foo\n"` whereas
``` shell
echo -n "foo" > test
```
gives a file with `"foo"`, `>` doesn’t change the input.
This may be (was actually…