cryptol: switch default build to GHC 8.x

This commit is contained in:
Peter Simons 2016-09-08 15:02:08 +02:00
parent f649d4eefa
commit 4a1ab71f4b

View file

@ -4443,7 +4443,7 @@ in
coq = coq_8_5;
});
cryptol = self.haskell.packages.lts.cryptol;
cryptol = haskellPackages.cryptol;
devpi-client = callPackage ../development/tools/devpi-client {};