summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/template/default.nix
blob: f51ae4f0a3d102718d4443533e0506e93d2dea56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, mtl, text }:

cabal.mkDerivation (self: {
  pname = "template";
  version = "0.2.0.9";
  sha256 = "0i1xq6nj240gddbd8d5m42gzix16k81wqmirpy5a4fssnkpwjqnb";
  buildDepends = [ mtl text ];
  meta = {
    description = "Simple string substitution";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})