nixpkgs/pkgs/development/libraries/haskell/ghc-syb-utils/default.nix
2014-08-26 13:47:01 +02:00

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