-
**Is your feature request related to a problem? Please describe.**
The GHC bindist on Unix requires a `./configure && make && make install` step before the toolchain can be used. Currently, `haskell_…
-
In input-output-hk/partner-chains-smart-contracts#35 we received the following feedback regarding our Plutus code:
> The biggest performance gain will come from using a newer version of `plutus-tx`…
-
```
Failures:
test/BrowseSpec.hs:30:
1) Browse, `browse' in a project directory, can list symbols defined in a a local module
[] does not contain ["foo"]
test/CheckSpec.hs:16:
2) Chec…
-
Haddock generation is failing again with a bizarre error. (Reminiscent of older issues we had regarding haddock):
```
100% ( 11 / 11) in 'Data.SBV.Plugin'
: error:
expectJust getLinkDeps
…
-
See #6 for relevant discussion.
-
```console
$ cardano-node8 version
cardano-node 8.12.0 - linux-x86_64 - ghc-8.10
git rev ae8bc933ee6b6366c04854c1e127fd8dfb29b556
```
the new metric `build_info` returns pseudo json data. woul…
-
Running `runghc Setup.hs test` produces a similar error as #22. However, it seems to me that we can never expect this to work even if #22 gets fixed in `cabal-install`, since `Setup.hs`-style builds n…
-
## Repro code
Repro7.hs
```haskell
{-# LANGUAGE DeriveGeneric #-}
module Repro7 where
import GHC.Generics (Generic)
{-@
data D = D { x::Nat, y::() } @-}
data D = D { x::Int, y::() }
…
-
```
Failures:
test\BrowseSpec.hs:33:
1) Browse, `browse' in a project directory, can list symbols defined in a a local module
[] does not contain ["foo"]
test…
-
### Bug Description
Form Trigger not showing 'Form Path' or 'Respond When' options.
### To Reproduce
1. Add a Form Trigger
2. Add a From End
### Expected behavior
The workflow executes but …