Commit ad74dfd9 authored by Vaibhav Sagar's avatar Vaibhav Sagar

release.nix: don't Haddock for now

parent 051e889a
...@@ -36,6 +36,8 @@ let ...@@ -36,6 +36,8 @@ let
export PATH=$PWD/dist/build/ihaskell:$PATH export PATH=$PWD/dist/build/ihaskell:$PATH
export GHC_PACKAGE_PATH=$PWD/dist/package.conf.inplace/:$GHC_PACKAGE_PATH export GHC_PACKAGE_PATH=$PWD/dist/package.conf.inplace/:$GHC_PACKAGE_PATH
''; '';
doHaddock = false;
}); });
ghc-parser = self.callCabal2nix "ghc-parser" ghc-parser-src {}; ghc-parser = self.callCabal2nix "ghc-parser" ghc-parser-src {};
ipython-kernel = self.callCabal2nix "ipython-kernel" ipython-kernel-src {}; ipython-kernel = self.callCabal2nix "ipython-kernel" ipython-kernel-src {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment