mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
17 lines
489 B
Nix
17 lines
489 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, syb }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "ghc-syb-utils";
|
|
version = "0.2.2";
|
|
sha256 = "03r4x3a4hjivxladlw23jk8s2pgfh85lqf196ks1ngyg6ih1g6lk";
|
|
buildDepends = [ syb ];
|
|
meta = {
|
|
homepage = "http://github.com/nominolo/ghc-syb";
|
|
description = "Scrap Your Boilerplate utilities for the GHC API";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|