lol

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

+1 -1
+1 -1
pkgs/top-level/all-packages.nix
··· 4196 4196 ocamlPackages = ocamlPackages_4_02; 4197 4197 }); 4198 4198 4199 - cryptol = self.haskellPackages.cryptol; 4199 + cryptol = self.haskell.packages.lts.cryptol; 4200 4200 4201 4201 cython = pythonPackages.cython; 4202 4202 cython3 = python3Packages.cython;