Adam Bergmark
Adam Bergmark
The test-suite for this package has been disabled in stackage because of this outdated dependency. When a fix is published to hackage please send a PR to re-enable the tests...
**Completed checklist** - [x] I've checked the issue tracker for similar issues. - [x] I am not creating an issue about adding more configuration options for the styling/layout of hindent,...
``` > /tmp/stackage-build7/asciidiagram-1.3.1.1$ dist/build/test/test test: tests/text: getDirectoryContents: does not exist (No such file or directory) ``` This is proably due to missing extra-source-files, see https://github.com/bergmark/blog/blob/master/2016/package-faq.md#test-files-cant-be-found
**This isn't completely finished** This adds a `--package-db` flag so you can run cab from anywhere and also lets you use it with cabal-dev. You can run e.g. `cab outdated...
``` $ cab delete text foo cab: Prelude.read: no parse ``` This can be a bit confusing, maybe one would expect this to allow deletion of several packages since you...
``` Building executable 'ht-demo' for haskell-tools-demo-1.1.0.2.. [1 of 1] Compiling Main ( exe/Main.hs, dist/build/ht-demo/ht-demo-tmp/Main.o ) Linking dist/build/ht-demo/ht-demo ... > /tmp/stackage-build12/haskell-tools-demo-1.1.0.2$ dist/build/haskell-tools-demo-tests/haskell-tools-demo-tests demo-tests simple-tests empty-test: OK (0.03s) keep-alive: OK (0.02s) loading-tests...
This is a bit of a brain dump... We currently have a fork of stylish-haskell that matches the coding style we use at Silk. It does pretty specific things, like...
Slightly related to #679 There are edge cases with Number where we don't roundtrip, e.g. ``` λ encode (decode "3.00e-3" :: Maybe Value) "3.0e-3" ``` We've also had to add...
Naming has room for improvements, maybe we should even have a module for accumulation related functions, or should we do this in some other way like using a newtype so...
Please file pull requests against this acc-errors branch if you wish to contribute to this feature. TODOs: - [ ] Add tests for error accumulation by itself - [ ]...