Age | Commit message (Collapse) | Author |
|
|
|
This includes using the Haskell stack build tool and including a
dependency on it.
|
|
|
|
|
|
This is a major change. We are now building the Arch package from
Linux-specific binaries hosted on github instead of building from
source. This gets around some recent breakage with GHC and Arch. It also
means this package creation process is faster and has a much smaller
drive space footprint.
|
|
There were a couple of ways to handling this:
- issuing a `stack setup` command before running the package's install script
- installing Arch's ghc package on the system (via makedepends)
I opted for the latter approach as both will leave this (big)
software on the system but the makedepends method leaves a better
trail for the user to examine and clean up if desired.
|
|
|
|
|
|
Moving this package over from the old pre-4 AUR.
|