nixpkgs/pkgs/development/libraries/haskell/syb/0.3.3.nix
Andres Löh 8fdb3c9e63 Make ghc-7.0.4 the default. Add experimental ghc-7.2.1rc1.
svn path=/nixpkgs/trunk/; revision=28163
2011-08-05 08:52:35 +00:00

11 lines
263 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "syb";
version = "0.3.3"; # for ghc-7.2.1
sha256 = "0jskxbnzariq2ahcymvjrp4bhl9cpflc1nh51whdl9axcrd5c901";
meta = {
description = "generics system described in the Scrap Your Boilerplate papers";
};
})