# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, mtl, text }: cabal.mkDerivation (self: { pname = "template"; version = "0.2.0.10"; sha256 = "10mcnhi2rdflmv79z0359nn5sylifvk9ih38xnjqqby6n4hs7mcg"; buildDepends = [ mtl text ]; meta = { description = "Simple string substitution"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; })