2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-03-23 06:14:40 -07:00
|
|
|
{ cabal, hashable, semigroups }:
|
2012-04-02 23:31:11 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "void";
|
2014-12-12 00:51:37 -08:00
|
|
|
version = "0.7";
|
|
|
|
sha256 = "0ivgr4minxb5v56v4kbd045iwqk1c2w89c830731l75mkg8qa6wq";
|
2013-03-23 06:14:40 -07:00
|
|
|
buildDepends = [ hashable semigroups ];
|
2012-04-02 23:31:11 -07:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/ekmett/void";
|
|
|
|
description = "A Haskell 98 logically uninhabited data type";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|