Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quchen/acme-everything
Install everything.
https://github.com/quchen/acme-everything
Last synced: 3 months ago
JSON representation
Install everything.
- Host: GitHub
- URL: https://github.com/quchen/acme-everything
- Owner: quchen
- Created: 2015-04-15T22:00:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T07:59:49.000Z (about 6 years ago)
- Last Synced: 2024-10-13T23:48:33.569Z (3 months ago)
- Language: Haskell
- Size: 79.1 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Install *everything*
====================This package requires the entirety of Hackage to be built.
-------------------------------------------------------------------------------
The joke started when a colleague liked the `leftToMaybe :: Either a b -> Maybe a`
function from `either`, which has a *huge* footprint compared to the utility it
provides.This got us thinking about seemingly small packages that have lots of hidden
transitive dependencies, e.g. "only" `base`, `lens` and `yesod`. And that's
where `acme-everything` was born, which (transitively) depends on the entirety
of Hackage.