2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-14 23:16:51 +02:00
|
|
|
{ cabal, fay, fayBase, text }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "fay-text";
|
2014-10-13 12:45:32 +02:00
|
|
|
version = "0.3.1";
|
|
|
|
sha256 = "0blr39vah0zd3i6clzzgmsfhxncwj8q6j4widk27iz3l27nlyin8";
|
2014-05-14 23:16:51 +02:00
|
|
|
buildDepends = [ fay fayBase text ];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/faylang/fay-text";
|
|
|
|
description = "Fay Text type represented as JavaScript strings";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|