haskell-cryptol: switch to LTS package set to fix the build

This commit is contained in:
Peter Simons 2016-06-09 15:45:27 +02:00
parent 7914242b37
commit bcd46a3d9b

View File

@ -4196,7 +4196,7 @@ in
ocamlPackages = ocamlPackages_4_02;
});
cryptol = self.haskellPackages.cryptol;
cryptol = self.haskell.packages.lts.cryptol;
cython = pythonPackages.cython;
cython3 = python3Packages.cython;