dmjio
dmjio
``` bash OpenSSL/BN.hsc:180:24: Not in scope: data constructor ‘J#’ Perhaps you meant one of these: ‘C#’ (imported from GHC.Base), ‘D#’ (imported from GHC.Base), ‘F#’ (imported from GHC.Base) OpenSSL/BN.hsc:181:29: Not in...
Got this on fresh install w/ 7.8 ``` haskell Last 10 lines of the build log ( /Users/dmj/.cabal/logs/hdevtools-0.1.0.5.log ): Not in scope: data constructor ‘GHC.MatchGroup’ Perhaps you meant ‘GHC.DocGroup’ (imported...
The README.md should detail how to extend nixpkgs.
Per #591, `LogLevel` has been added, and allows us to see internal pre-rendering. It would be nice if we could support more logging modes, along with logging of events.
Would be nice to support this feature. This allows the artifacts of successful builds to be downloaded directly.
For more parse failure information, we should use the latest and greatest `readEither` function from `Text.Read.readEither`.
This might be a huge oversight on my part. I noticed there are terminals for `String`, `Integer`, `Double`, etc. I was wondering if there was one for `Bool`. My current...