Ver código fonte

Update nix haskell config

rtags is not working on osx, and idris is failing to compile.

Ain't got time to fix/debug right now. Later.
master
Mitch Tishmack 10 anos atrás
pai
commit
4c8b308228
1 arquivos alterados com 5 adições e 2 exclusões
  1. +5
    -2
      readme.org

+ 5
- 2
readme.org Ver arquivo

@@ -2208,6 +2208,9 @@ endif " has("autocmd")
unzip
upx
xz
multimarkdown
jq
# rtags broken again on osx, fix it
p7zip
unrar
watch
@@ -2227,7 +2230,7 @@ endif " has("autocmd")
];
};
env_hs =
pkgs.haskell.packages.ghc7102.ghcWithPackages
pkgs.haskell.packages.ghc7103.ghcWithPackages
(haskellPackages: with haskellPackages; [
alex
happy
@@ -2241,7 +2244,7 @@ endif " has("autocmd")
hindent
hoogle
hspec
idris
# idris # zlib is complaining for some reason, hmmm
pandoc
shake
ShellCheck


Carregando…
Cancelar
Salvar