git @ Cat's Eye Technologies The-Cannery / master contrib / x-hastec / Dockerfile
master

Tree @master (Download .tar.gz)

Dockerfile @masterraw · history · blame

1
2
3
4
5
6
FROM rwstauner/haste-compiler
RUN haste-cabal update && \
    haste-cabal install parsec-3.1.1 && \
    rm -rf /root/.cabal && \
    chmod -R +x /root && \
    chmod +r /root