mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
18250b97ae
had added him earlier.
16 lines
434 B
Nix
16 lines
434 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "monad-loops";
|
|
version = "0.4.2.1";
|
|
sha256 = "1dprwndc0bxzpmrkj1xb9kzjrg3i06zsg43yaabn5x5gcaj8is56";
|
|
meta = {
|
|
homepage = "https://github.com/mokus0/monad-loops";
|
|
description = "Monadic loops";
|
|
license = self.stdenv.lib.licenses.publicDomain;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|