18 lines
562 B
Nix
18 lines
562 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, comonad, distributive }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "trivia";
|
|
version = "0.0";
|
|
sha256 = "03xmzjqwk6492jmmbq6066ymsxb0wk0pmyf0c5f018nfps0g3i78";
|
|
buildDepends = [ comonad distributive ];
|
|
meta = {
|
|
homepage = "https://github.com/fumieval/trivia";
|
|
description = "The trivial monad and comonad";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
|
};
|
|
})
|