mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 22:53:42 +00:00
18250b97ae
had added him earlier.
17 lines
524 B
Nix
17 lines
524 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, Cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "cabal-file-th";
|
|
version = "0.2.3";
|
|
sha256 = "0kawvb5n56rkq4453l6pia3wrr6jvvdwkghi6i176n1gm2zf2ri8";
|
|
buildDepends = [ Cabal ];
|
|
meta = {
|
|
homepage = "http://github.com/nkpart/cabal-file-th";
|
|
description = "Template Haskell expressions for reading fields from a project's cabal file";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|