From a2f8b7435d9034c12a98c34f4084d95ddc979b32 Mon Sep 17 00:00:00 2001 From: Marcin Tolysz Date: Sat, 30 Jan 2016 23:57:14 +0000 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..81d4b4c --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# ghcjs-stack +align ghcjs with stack + + +Allow to create ghcjs installation archive which has the same versions as the `stack --resolver` + +exceptions: +`integer-gmp` - this needs some love to makie it +`cabal` +`ghc-prim` + +downside is we need to maintain patches for all versions we have...