3
0
Fork 0
forked from mirrors/nixpkgs

nixpkgs: Add cryptol2 expression

This is just a convenient shorthand so people don't have to spell out
haskellPackages.cryptol

Note that the top-level expression is named 'cryptol2' but the package
isn't. That's because Cryptol is a library and other things could depend
on it (hence the vanilla name), but also the full name will be
disambiguated as 'haskell-cryptol-ghc7.6.3' anyway.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2014-04-25 06:51:24 -05:00
parent 282a662a32
commit e146a02d14

View file

@ -2461,6 +2461,8 @@ let
cmucl_binary = callPackage ../development/compilers/cmucl/binary.nix { };
cryptol2 = haskellPackages.cryptol;
cython = pythonPackages.cython;
cython3 = python3Packages.cython;