ffaf1
ffaf1
See as an example [this index page on hackage](https://hackage.haskell.org/package/xml-1.3.14/docs/doc-index-A.html). Having: attrib :: LString -> (String, LString) would be better than current layout (plain attrib, no sig, just module link). see...
## Checklist - [x] I'm reporting a feature request - [x] I've verified that I'm running youtube-dl version **2021.06.06** - [x] I've searched the bugtracker for similar feature requests including...
Reimplementing `cabal check`, closes #8211. For a detailed description of the problem at hand, the proposed solution, benefits and future work check [the explanatory article](http://ariis.it/static/articles/cabal-check/page.html). Here I will only highlight...
``` f@mkiii:~/download$ ./citybound-v0.1.2-685-g8a11e4d ./citybound-v0.1.2-685-g8a11e4d: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory ``` but ``` root@mkiii:/home/f/download# apt-get install libssl-dev Reading package lists......
To reproduce: - type `toot notfications` (notice misspelling) What happens: - ``` Unknown command 'notfications' Run toot --help to show a list of available commands. ``` What I would like...
When I browse my timeline (`toot tui`) I sometimes would like a “those toots are new” or “you have already read this” or “you have read until here ←” marker....
Sometimes, when I invoke `toot tui` there are a lot of undread toots and I might want to only check those directly originating from followed contacts. A “filter out boosts”...
It would be great to know which `hackage-server` version is running — e.g. on Hackage. This way you could easily check if a spefic feature is present or yet to...
`cabal init` text for BSD-2-Clause and BSD-3-Clause licence differed slightly from the one published at SPDX. [1] [2] This caused some problems to users when dealing with licence-recognition software. [3]...
**Describe the bug** `cabal init` generates licences with some weird added wording, e.g. an additional “All rights reserved” in BSD-2. See [this Discourse thread](https://discourse.haskell.org/t/non-standard-license-generated-by-stack-new/9059). **To Reproduce** ``` $ cabal init...