-
currently we do
`cd plutus-apps`
`git checkout`
`nix-shell`
`cd `
`cabal update`
`cabal run`
our goal is to get an executable by running `nix-build`
Later use nix to build [docker containe…
-
The link in the text "consult the corresponding troubleshooting section." points to https://input-output-hk.github.io/troubleshooting#why-am-i-building-ghc which is a 404. The correct location seems …
-
I have no idea how haskell works so I wanted to just play around a little to learn it but I am getting this error message.
```sh
$ stack exec bot-2
> NICK tutbot
> USER tutbot 0 * :tutorial bot
…
-
### Problem Description
I am not being able to use xmonad. It does start but it throws these errors when I run `xmonad --recompile`
```
XMonad will use ghc to recompile, because "/home/chaitanya/…
-
**Describe the bug**
There is something I observed with Wasp 0.7.1 on Windows (WSL). Before now, I used Wasp 0.6.0 and everything works fine but after installing Wasp 0.7.1 on Windows, trying to ru…
-
A few general directions that we would like to follow in developing K in the year 2022:
- Get K into a stable and usable state. Talking with internal users of K that maintain large definitions, I sen…
-
I propose we allow both upcast (`:>`, `upcast`) and downcast (`:?>`, `downcast`) operators as functions similar to infix operators. For example.
```fsharp
let localityEvents = events |> Vector.map…
-
## [Spock tutorial](https://www.spock.li/tutorials/getting-started)
`stack build --fast --pedantic`
### 1
>zlib > Configuring zlib-0.6.3.0... …
-
Hi!
I am trying the course, after cloning the repo first thing I do is to run a test.
`$make test-chapter1-basic`
```
cabal test doctest-chapter1 --enable-tests --test-show-details=direct
Resolv…
-
Running `cabal check` gives a couple of warnings;
```
> nix-shell
[nix-shell:...]$ cd uom-plugin
[nix-shell:.../uom-plugin]$ cabal check
These warnings may cause trouble when distributing the…