mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 08:33:54 +00:00
22 lines
661 B
Nix
22 lines
661 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, comonad, doctest, filepath, free, mtl, pointed
|
|
, profunctors, semigroups, transformers, void
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "machines";
|
|
version = "0.4.0.1";
|
|
sha256 = "11h1b6hls7v4ifz3p7v1gdsgxqgyx92v978pjfyp81ianwjyclqg";
|
|
buildDepends = [
|
|
comonad free mtl pointed profunctors semigroups transformers void
|
|
];
|
|
testDepends = [ doctest filepath ];
|
|
meta = {
|
|
homepage = "http://github.com/ekmett/machines/";
|
|
description = "Networked stream transducers";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|