release.nix: don't Haddock for now

This commit is contained in:
Vaibhav Sagar 2018-09-03 11:02:28 -04:00
parent 051e889ade
commit ad74dfd9c2

View File

@ -36,6 +36,8 @@ let
export PATH=$PWD/dist/build/ihaskell:$PATH
export GHC_PACKAGE_PATH=$PWD/dist/package.conf.inplace/:$GHC_PACKAGE_PATH
'';
doHaddock = false;
});
ghc-parser = self.callCabal2nix "ghc-parser" ghc-parser-src {};
ipython-kernel = self.callCabal2nix "ipython-kernel" ipython-kernel-src {};