2011-08-04 12:16:30 +02:00
|
|
|
{cabal, mtl, time, text}:
|
2009-06-12 15:39:05 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "convertible";
|
2011-08-04 12:16:30 +02:00
|
|
|
version = "1.0.10.0";
|
|
|
|
sha256 = "1phjxd40mfxzp2ma1yif5f2wrjqg21a5bwz05mh38lxrw68vm711";
|
|
|
|
propagatedBuildInputs = [mtl time text];
|
2009-06-12 15:39:05 +02:00
|
|
|
meta = {
|
|
|
|
description = "Typeclasses and instances for converting between types";
|
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|
2009-06-12 15:39:05 +02:00
|
|
|
|