2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-02-05 06:07:45 -08:00
|
|
|
{ cabal, text, utf8String }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "string-conversions";
|
2014-10-13 03:46:47 -07:00
|
|
|
version = "0.3.0.3";
|
|
|
|
sha256 = "0n2ifim9n5vm305r989lh5xlbd8qc6byip2nfavf6gd2bcscs84p";
|
2014-02-05 06:07:45 -08:00
|
|
|
buildDepends = [ text utf8String ];
|
|
|
|
meta = {
|
|
|
|
description = "Simplifies dealing with different types for strings";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|