2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 22:09:07 +01:00
|
|
|
{ cabal, QuickCheck }:
|
2009-05-15 20:53:00 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2009-05-15 20:53:00 +02:00
|
|
|
pname = "utility-ht";
|
2014-03-03 11:53:21 +01:00
|
|
|
version = "0.0.10";
|
|
|
|
sha256 = "17ydzb0p8xhddvfvm4wjv5yjmy0v7nj6fsj11srnnpj91wc9k0xd";
|
2013-02-24 22:09:07 +01:00
|
|
|
testDepends = [ QuickCheck ];
|
2009-05-15 20:53:00 +02:00
|
|
|
meta = {
|
|
|
|
description = "Various small helper functions for Lists, Maybes, Tuples, Functions";
|
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 ];
|
2009-05-15 20:53:00 +02:00
|
|
|
};
|
|
|
|
})
|