An open API service indexing awesome lists of open source software.

https://github.com/quchen/stackage-everything

»I want Stackage on an airplane and I have only 3 minutes until takeoff«
https://github.com/quchen/stackage-everything

Last synced: 9 months ago
JSON representation

»I want Stackage on an airplane and I have only 3 minutes until takeoff«

Awesome Lists containing this project

README

          

Stackage-Everything generator
=============================

tl;dr: »I want Stackage on an airplane and I have only 3 minutes until takeoff«

This small script generates a script to download all the sources of a Stackage
LTS release, so they can later be built/installed (including documentation) even
when no internet connection is available.

A full download takes only a couple of minutes and around 60 megabytes of
traffic at the time of writing this.

So if you’ve got a long flight ahead of you, or a weekend with your Granny in
Siberia, or a dive into the Mariana Trench, or even worse – a trip through the
German countryside by train – this is for you.

Usage
-----

```bash
./Generate.hs --lts 10.6 > everything # Generate install script
chmod u+x everything # Make it runnable
./everything # Run it
```

Afterwards, you’ll be able to compile packages via the usual means (`stack
build` or as dependencies) without internet access, because Stack first searches
the local folders for source files before attempting to download them.