-
Consider this schema:
```haskell
{-@ measure r :: Int -> Bool @-}
{-@ assume lem :: x:{Int | r x} -> {r (x + 1)} @-}
lem :: Int -> ()
lem _ = ()
with :: a -> b -> a
with a _ = a
{-@
tes…
rybla updated
2 years ago
-
I attempted to build HIE with stack from source on my macOS Catalina. The executables were successfully installed to `~/.local/bin`. However, whenever I run `hie` (or `hie-wrapper`), the program will…
-
**Is your feature request related to a problem? Please describe.**
Currently packaging experience for Haskell software in openSUSE is too developer unfriendly, experience with Golang or Rust is much …
-
Explain how to build daml applications to people with 0 Haskell / Daml knowledge.
First task is to scope out this topic.
-
**Describe the bug**
The `ghc_wrapper` is killed when executing `bazel test //...` in `rules_haskell_tests` on MacBook Pro (M2 Pro).
```sh
ERROR: /Users/chuckgrindel/code/tweag/rules_haskell/cg…
-
```
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…
-
I'm opening this issue to start a discussion around the ability to build statically linked binaries for Haskell projects. I think it will be extremely beneficial for the whole Haskell community if dev…
-
This is something that has been bothering me so I'm setting up this bug report to document and discuss.
There are some packages that are installing executables to `/usr/bin/` which may be unwanted …
-
```
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…