haskell-equational-reasoning: add version 0.2.0.4
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# 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 ];
|
||||
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 ];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user