-
When I look at the package on Hackage and I want to compare this package with other packages, I evaluate number of dependencies of the library as a part of comparing process. Unfortunately, this is no…
-
Most benchmark programs I wrote have some kind of hacky command line argument parsing that uses `getArgs` and `withArgs`. It'd be great to have something like [tasty](http://hackage.haskell.org/packag…
-
This was explained in https://github.com/arow-oss/tonatona/pull/20#issuecomment-410968067.
-
I'd like a pedantic option to the ghci sub-command: `stack ghci --pedantic`.
I know that `stack ghci --ghci-options "-Wall -Werror"` does the same but it's more to type and it's then consistent with …
-
The Whitesource reports in Alpakka and Alpakka Kafka are full of artifacts from Test scope which makes it hard to see if there are any issues that should be acted upon.
_Originally posted by @2m in…
-
This was discussed here: https://github.com/arow-oss/tonatona/pull/20#issuecomment-411179181
We could base our code off of how optparse-applicative works internally.
-
I was surprised to find that even recent ghc releases such as 8.6.2 still ship time version 1.8.x. Is anyone aware of the reason why they haven't updated their copy yet?
-
### Steps to reproduce
1. mkdir trythisout
2. cd trythisout
3. cabal sandbox init
4. cabal install stack
### Expected
Stack should build successfully.
### Actual
The build failed wit…
bonds updated
6 years ago
-
### Steps to reproduce
Create a cabal file with a `build-tool-depends` field that refers to an executable in the same package.
Building the project with `stack build` fails, but it works with `cab…
-
Trying to make sense of the various operators used in the public API of this library is made a lot more difficult by the use of unicode syntax - a large component of programming is pattern matching an…