summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-05-09 20:25:33 +0200
committertv <tv@krebsco.de>2017-05-09 21:05:57 +0200
commitd6718ef28ee2ad12e1e2943c1f0beb1d0820ba6b (patch)
tree76510f989917e795de6925bf5ca10ce2b9645e78 /README
Diffstat (limited to 'README')
-rw-r--r--README30
1 files changed, 30 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ca48800
--- /dev/null
+++ b/README
@@ -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 {}'