2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, mtl, text, time }:
|
2009-06-12 13:39:05 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2009-06-12 13:39:05 +00:00
|
|
|
pname = "convertible";
|
2014-04-16 18:09:31 +00:00
|
|
|
version = "1.0.11.1";
|
|
|
|
sha256 = "1r50a2rpfsx0s7dv8ww5xck33b1mhy73gfilffrbqd4hxjgnxlj6";
|
2011-08-09 23:00:20 +00:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ mtl text time ];
|
2009-06-12 13:39:05 +00:00
|
|
|
meta = {
|
2011-08-09 23:00:20 +00:00
|
|
|
homepage = "http://hackage.haskell.org/cgi-bin/hackage-scripts/package/convertible";
|
2009-06-12 13:39:05 +00:00
|
|
|
description = "Typeclasses and instances for converting between types";
|
2011-08-09 23:00:20 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 10:43:40 +00:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2009-06-12 13:39:05 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|