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 }:
|
2010-10-12 09:02:25 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2010-10-12 09:02:25 +02:00
|
|
|
pname = "Boolean";
|
2014-03-11 11:48:53 +01:00
|
|
|
version = "0.2.1";
|
|
|
|
sha256 = "0vi09icwc254mbx85lf1n81mx4hr2sdf61a4njaqa91cf046sjlr";
|
2010-10-12 09:02:25 +02:00
|
|
|
meta = {
|
2013-03-18 12:02:03 +01:00
|
|
|
description = "Generalized booleans and numbers";
|
2011-08-10 01:00:20 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-11 00:36:36 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2010-10-12 09:02:25 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|