18 lines
592 B
Nix
18 lines
592 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, haskellSrcMeta, mtl, parsec }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "here";
|
|
version = "1.2.6";
|
|
sha256 = "1c7b0a5a42ki8ndvc2k35jnsj433f1nv1j40vviasxksm7acbwif";
|
|
buildDepends = [ haskellSrcMeta mtl parsec ];
|
|
meta = {
|
|
homepage = "https://github.com/tmhedberg/here";
|
|
description = "Here docs & interpolated strings via quasiquotation";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ edwtjo ];
|
|
};
|
|
})
|