# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, fay, fayBase, text }: cabal.mkDerivation (self: { pname = "fay-text"; version = "0.3.1"; sha256 = "0blr39vah0zd3i6clzzgmsfhxncwj8q6j4widk27iz3l27nlyin8"; 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; }; })