mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 16:11:58 +00:00
17 lines
549 B
Nix
17 lines
549 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, chunkedData, machines, transformers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "machines-io";
|
|
version = "0.1.0.0";
|
|
sha256 = "07ky1j9ihn493a8q2g1pc0ynam1mkzdi4hjs74kpfnlvl9x6ic7g";
|
|
buildDepends = [ chunkedData machines transformers ];
|
|
meta = {
|
|
homepage = "http://github.com/aloiscochard/machines-io";
|
|
description = "IO utilities for the machines library";
|
|
license = self.stdenv.lib.licenses.asl20;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|