diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -0,0 +1,30 @@ +hstool - Haskell Development Environment ^_^ + + +Requirements: + - cabal2nix + - Git + - GNU make + - Nix + + +Installation: + + git submodule add http://cgit.krebsco.de/hstool .hstool + git submodule update --init .hstool + ln -vsnf .hstool/Makefile + + +Update hstool installation: + + make update + + +Start GHCi: + + make ghci + + This will by default use <stockholm> to obtain packages. If that's not + desired then nixpkgs can be specified explicitly: + + make ghci nixpkgs='import /path/to/some/nixpkgs {}' |