17 lines
578 B
Nix
17 lines
578 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, singletons, tagged, void }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "equational-reasoning";
|
|
version = "0.2.0.4";
|
|
sha256 = "1f94y6h7qg7rck7rxf6j8sygkh1xmfk0z1lr71inx6s74agjyc9j";
|
|
buildDepends = [ singletons tagged void ];
|
|
jailbreak = true;
|
|
meta = {
|
|
description = "Proof assistant for Haskell using DataKinds & PolyKinds";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
|
};
|
|
})
|