2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 15:05:41 +01:00
|
|
|
{ cabal, syb }:
|
2010-11-15 21:28:21 +01:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2010-11-15 21:28:21 +01:00
|
|
|
pname = "ghc-syb-utils";
|
2014-08-26 12:38:31 +02:00
|
|
|
version = "0.2.2";
|
|
|
|
sha256 = "03r4x3a4hjivxladlw23jk8s2pgfh85lqf196ks1ngyg6ih1g6lk";
|
2012-02-16 15:05:41 +01:00
|
|
|
buildDepends = [ syb ];
|
2010-11-15 21:28:21 +01:00
|
|
|
meta = {
|
2011-08-10 01:00:20 +02:00
|
|
|
homepage = "http://github.com/nominolo/ghc-syb";
|
2011-08-11 15:03:51 +02:00
|
|
|
description = "Scrap Your Boilerplate utilities for the GHC API";
|
2011-08-10 01:00:20 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-11-15 21:28:21 +01:00
|
|
|
};
|
|
|
|
})
|