A command-line utility/library for git interaction
Find a file
2019-04-22 16:04:51 +02:00
app Delete git hooks 2018-07-12 15:37:08 +02:00
src Move external dependencies into this project 2019-04-22 16:04:51 +02:00
test stack new git-hell -p "year:2016" 2016-06-29 11:11:11 +02:00
.gitignore .gitignore 2016-06-29 11:20:43 +02:00
git-hell.cabal Move external dependencies into this project 2019-04-22 16:04:51 +02:00
LICENSE stack new git-hell -p "year:2016" 2016-06-29 11:11:11 +02:00
README.md Upgrade to GHC 8.0.1 / Stackage lts-7.24 2017-08-21 11:06:53 +02:00
Setup.hs stack new git-hell -p "year:2016" 2016-06-29 11:11:11 +02:00
stack.yaml Move external dependencies into this project 2019-04-22 16:04:51 +02:00

Git + Haskell: git-hell

A command-line utility/library for git interaction.

Building and Running with Stack

stack build && stack exec hsh

Build the Executable using Stack within Docker

$ docker run -v ~/.stack:/root/.stack -v ~/.local/bin:/root/.local/bin -v /path/to/git-hell:/git-hell -it --rm haskell:8.0.1 /bin/bash
$ cd /git-hell
$ stack config set system-ghc --global true
$ stack install --allow-different-user