-
[Enter steps to reproduce below:]
1. Install haskell-hoogle package with "apm install haskell-hoogle" or in Atom Settings UI
2. Open Atom
3. Select menu option Packages -> haskell-hoogle -> Look Up
*…
-
Could we get a package going for GHC and Cabal for SmartOS, so that SmartOS users can benefit from Haskell applications like ShellCheck?
-
```
The BSD license is probably the most popular license for Haskell
applications and libraries. A primary reason for this is that GHC has not
historically supported dynamic linking, and the legality…
-
```
The BSD license is probably the most popular license for Haskell
applications and libraries. A primary reason for this is that GHC has not
historically supported dynamic linking, and the legality…
-
As far as I can tell it's not possible to use `MakeExpr` when doing an update since the update expression is `ExprArr wires maybewires` and not `ExprArr () maybewires`. Can `MakeExpr` be generalized t…
-
Explain how to build daml applications to people with 0 Haskell / Daml knowledge.
First task is to scope out this topic.
-
All ZK notes are different for the most part they have "tags" or "category" at the very top. That is going to be very helpful as it is a constant. But everything else into OKM is going to be more diff…
-
default.nix:
```
# Run using:
#
# $(nix-build --no-link -A fullBuildScript)
{
stack2nix-output-path ? "custom-stack2nix-output.nix",
}:
let
cabalPackageName = "example-project";
…
-
**Luet version:**
0.32.0-g2aa4c8a42ed13682b4820f3ca5e6d2388a5e2c24 2022-05-03
**CPU architecture, OS, and Version:**
github's
**Describe the bug**
I have hit am [issue](https://gith…
-
I'm pretty new to Haskell. It'd be nice to see a small application and get a sense for how it's structured.