nixpkgs/pkgs/development/libraries/haskell/template/default.nix
2014-10-19 16:55:22 +02:00

16 lines
423 B
Nix

# 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;
};
})