2014-11-29 17:37:02 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
|
|
|
{ cabal, constraints, reflection, tagged, transformers, void }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hask";
|
|
|
|
version = "0";
|
|
|
|
sha256 = "1c87jxafxpnlyblhdif4br61wqvnad0s6hvfhmzhx9y1jri3rb39";
|
|
|
|
buildDepends = [ constraints reflection tagged transformers void ];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/ekmett/hask";
|
|
|
|
description = "Categories";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2015-01-01 17:14:55 +00:00
|
|
|
broken = true;
|
2014-11-29 17:37:02 +00:00
|
|
|
};
|
|
|
|
})
|