cryptol: switch default build to GHC 8.x

This commit is contained in:
Peter Simons
2016-09-09 13:55:39 +02:00
parent f649d4eefa
commit 4a1ab71f4b
+1 -1
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 {};