17 lines
502 B
Nix
17 lines
502 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, hashable, semigroups }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "void";
|
|
version = "0.7";
|
|
sha256 = "0ivgr4minxb5v56v4kbd045iwqk1c2w89c830731l75mkg8qa6wq";
|
|
buildDepends = [ hashable semigroups ];
|
|
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;
|
|
};
|
|
})
|