-
How to use packages from Hackage, installed by Stack, in a notebook and run it by the IHaskell kernel.
My setup is `FROM gibiansky/ihaskell:latest` in my Dockerfile. Suppose I want the optparse-ap…
-
It would be nice to have an easy way of installing bash completions from optparse-applicative.
We've added a small post install script to our own CLI tools with a module like the following:
```n…
-
Compiler `Backend`s currently control Agda's option parser using two record fields:
```haskell
, options :: opts
-- ^ Default options
, commandLineFlags :: [OptDescr (Flag opts)]
…
-
Motivated by https://github.com/fpco/stackage/pull/2091
-
i can't copy paste the log file at the moment, unfortunately. During the `optparse-applicative-0.12.1.10: build` step the following happens:
```
[11 of 15] Compiling Options.Applicative.Help.Core
…
-
Is there any interest in replacing the `System.Console.GetOpt` code with a more modern `optparse-applicative` style options parser? If so, hm - maybe I'll take a stab. It could be a lot of work for li…
-
```
[1 of 1] Compiling Main ( app/Main.hs, dist/build/find-clumpiness/find-clumpiness-tmp/Main.o )
app/Main.hs:42:10: error:
• Variable not in scope: () :: Mod f0 a0 -> Mod f1 a1 …
-
In the dependencies for temporary-1.3:
* random dependency cycle detected: random, temporary, doctest,
prettyprinter-ansi-terminal, optparse-applicative, tasty, tasty-benc…
-
Can you please clarify, how to transfer `FilePath`s from `getEnv`, `GetOpt`, `optparse-applicative` without the roundtrip via `String`?
-
When switching to Lix (by adding the Lix nixos module to my nixos), nix-serve-ng fails to compile with the following message:
```
Error: Setup: The pkg-config package 'nix-store' is required but i…