-
aside: thanks for `for-directory-tree`, I'm very excited to use it :D
```
$ echo '{ a = "hello" }' | dhall to-directory-tree --output issue
$ cat issue/a
hello
$ echo '{ `a/b` = "hello" }' | …
-
I'd :heart: to have an analog of `stack`'s script feature:
https://docs.haskellstack.org/en/stable/GUIDE/#script-interpreter
https://www.fpcomplete.com/haskell/tutorial/stack-script/#running-a-scri…
-
Apologies if I'm missing something obvious here. I have a monorepo with a couple dependency packages being used by a main package, something like this:
```
./depA
./depB
./mainApp
```
Inside…
-
I think we, once again, have too many top-level files & directories. Here are screenshots of how zoomed-out my browser and terminal need to be to see them all (without column breaks, in the terminal's…
-
Hi @min-nguyen, let’s use this GitHub issue to discuss what needs to be done for this activity and capture any links to relevant documentation. I’ve renamed the repo to “fluid” (which is the working …
rolyp updated
2 years ago
-
In the haskell.nix flake, there is a reference to `openssl-1.0.2u` which has been out of date since 2020. I'm wondering why it was ever added in the first place, since this has security implications, …
-
This link is broken: "subscribe to the IHP release emails"
---
Just having a quick look at your framework this morning by following along the "first-project" tutorial, wow wow wow!!
Very appe…
-
In GitLab by @ulysses4ever on Jul 15, 2022, 09:19
I'm using cmd.exe as the shell (I also tried git bash with not much luck).
```
E:\>set TMPDIR="E:\ghcup-work"
E:\>echo %TMPDIR%
"E:\ghcup-work"
E:\…
-
I have a cabal project with a library and many executables. In stack 0.1.6, I could
```
stack build myproject:lib
```
to only build the library, or
```
stack build myproject:myexe1
stack build myp…
ghorn updated
2 years ago
-
https://github.com/Gabriel439/haskell-nix/blob/88a889d720667e44c87ad48cba23602339a29f24/project0/README.md?plain=1#L13
Hi,
Thank you for sharing this tutorial! I am a Haskell/cabal/nix noob and …