-
### Steps to reproduce
1. Run command `git pull` (latest commit on master)
2. Run command `stack clean --full`
2. Run command `stack build`.
### Build log
```
$ stack build --verbose
Vers…
-
```
==> Installing purescript
/usr/bin/sandbox-exec -f /tmp/homebrew20180322-21207-q4ylnw.sb nice /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby -W0 -I /usr/local/Homebrew/…
-
Hi All,
I had some difficult updates recently, had to unmask several things:
> cat package.unmask
> # Unmask latest aeson to see if it fixes build plan for latest Criterion required base-compat-…
-
While this is fixed in the source repository here, it is still incorrect in the Hackage revision: https://hackage.haskell.org/package/idris-1.1.1/revision/0.cabal
So either a new minor version hack…
psibi updated
7 years ago
-
For example, it's not very convenient to use `Semigroup.` when you need to append `NonEmpty a`.
-
i like to generate an error that depends on the values of multiple options.
E.g. I have options `--width` and `--height` and want to assert that one of the two values is even.
A function with this s…
-
I get the following failure at configuration time when building `optparse-generic` using GHC 7.6.3:
```
th-lift-instances-0.1.7 failed during the configure step. The exception was:
user error
(/usr…
-
### General summary/comments (optional)
Stack seems to incorrectly check for dependency versions.
### Steps to reproduce
`stack install ghc-mod` with `allow-newer: true` in `~/.stac…
-
We've got kind of a terrible system at the moment for argument handling. Let's use a nice library!
- https://hackage.haskell.org/package/optparse-applicative
-
This may be a good choice
http://hackage.haskell.org/package/optparse-applicative
used as in, e.g.,
https://github.com/hvr/uhttpc/blob/master/src-exe/uhttpc-bench.hs
and
https://github.com/edsko…