nixpkgs/pkgs/development/tools/haskell/uuagc/default.nix
Andres Löh 1e1707f61c * uuagc and uulib are now using ghc-6.8.2
svn path=/nixpkgs/trunk/; revision=10255
2008-01-23 08:36:03 +00:00

13 lines
305 B
Nix

{cabal, uulib}:
cabal.mkDerivation (self : {
pname = "uuagc";
version = "0.9.5";
name = self.fname;
sha256 = "c5be435efa609f72c09e175dd5cf7835a060bd7eaf6634ec4cde72ea84b99f25";
extraBuildInputs = [uulib];
meta = {
description = "Attribute Grammar System of Universiteit Utrecht";
};
})