about summary refs log tree commit diff
path: root/ghc/@install
blob: 1ae2a70a0dd9ecc06ed2bb2f08bce5822e735a3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

[ ! -d "${HOME}/.ghc" ] && \
    mkdir -p "${HOME}/.ghc"

stow \
    --target="${HOME}" \
    --ignore="^@.*" \
    --verbose \
    ghc

Consider giving Nix/NixOS a try! <3