1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/haskell-lexer/default.nix
Andres Löh af2fec87d7 Updated ghc-core plus dependencies.
svn path=/nixpkgs/trunk/; revision=17467
2009-09-28 14:13:41 +00:00

12 lines
242 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "haskell-lexer";
version = "1.0";
sha256 = "86d0c4071295c8613eb965768cb61a0c8422fc0c429a49c7a93e93a72b185b86";
meta = {
description = "A fully compliant Haskell 98 lexer";
};
})