package GHC-8.0.1-rc1

This commit is contained in:
Jude Taylor
2016-01-13 12:03:55 -08:00
parent c1df52d021
commit 552207f5ef
3 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{ pkgs }:
with import ./lib.nix { inherit pkgs; };
self: super: {
# Disable GHC 8.0.x core libraries.
array = null;
base = null;
binary = null;
bytestring = null;
Cabal = null;
containers = null;
deepseq = null;
directory = null;
filepath = null;
ghc-boot = null;
ghc-prim = null;
ghci = null;
haskeline = null;
hoopl = null;
hpc = null;
integer-gmp = null;
pretty = null;
process = null;
rts = null;
template-haskell = null;
terminfo = null;
time = null;
transformers = null;
unix = null;
xhtml = null;
}