-
I am new to Haskell and hoping to try Mikrokosmos, but I can't get it to install. A few months ago I struggled to install Haskell, and so I started over with a "ghcup nuke" and fresh install of Haskel…
-
**Description:** I've been reviewing how the emulator loads Genesis files upon start and found that it defaults to Nothing. I want to clarify if this is intentional or if there's an option to provide …
-
```
[cody@nixos:~/code/haskell-bazel-nix-template]$ git log --oneline -n1 && nix-shell --pure --run "bazel build -c opt //treetide/..."
09853e2 (HEAD -> master, origin/master, origin/HEAD) Fix some …
-
I'm willing to bet that I've got a misunderstanding here, but I'm surprised by the behavior of `Env.Parser` with `optional`:
The following is something I do quite a bit with `optparse-applicative`:…
-
Hi, @natefaubion! Currently, `spaghetto` doesn't provide shell completions (https://github.com/purescript/spago/issues/977). Is it possible to generate them using your library?
If not yet, `optpars…
-
## CLIのオプションのパース方法
[optparse-applicative](https://hackage.haskell.org/package/optparse-applicative)
を使うのが定番のよう
## 参考
https://qiita.com/Hexirp/items/3b46fe38bed365124e8d
-
**Describe the bug**
[Take a look at the revision here.][1] Its aim is to make the use of this version impossible, because it is broken: . However, I can still build stuff that depends on this broken…
-
I use autocompletion scripts provided by `optparse-applicative` quite a lot in bash and zsh. Are there any plans to provide such scripts for powershell? Is is possible at all?
-
This would be great for projects where e.g. I might have an `executable` component and a `library` component and some of my dependencies are used by my `executable` (e.g. `optparse-applicative`) but a…
-
When running stack2nix 0.2 on a project using `resolver: lts-9.1` (succeeds) and then trying to build the output package:
```
error: anonymous function at /nix/store/c79p3krp7li3rnc6mfjaar0n82kkxf…