nixpkgs/pkgs/development/libraries/haskell/convertible/default.nix
Andres Löh 62c04c542b Version bump for HDBC.
svn path=/nixpkgs/trunk/; revision=28148
2011-08-04 10:16:30 +00:00

13 lines
311 B
Nix

{cabal, mtl, time, text}:
cabal.mkDerivation (self : {
pname = "convertible";
version = "1.0.10.0";
sha256 = "1phjxd40mfxzp2ma1yif5f2wrjqg21a5bwz05mh38lxrw68vm711";
propagatedBuildInputs = [mtl time text];
meta = {
description = "Typeclasses and instances for converting between types";
};
})