1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/pkgs/development/libraries/haskell/pipes/default.nix

23 lines
679 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2013-11-21 15:28:11 +00:00
{ cabal, mmorph, mtl, QuickCheck, testFramework
2014-02-02 19:16:11 +00:00
, testFrameworkQuickcheck2, transformers
2013-11-21 15:28:11 +00:00
}:
2013-06-04 10:52:25 +01:00
cabal.mkDerivation (self: {
pname = "pipes";
2014-10-13 19:51:06 +01:00
version = "4.1.3";
sha256 = "188gwfw0v8v9rac9m00j453a4hr0n4dmjfn92r8zymxc8806mqaw";
2014-02-02 19:16:11 +00:00
buildDepends = [ mmorph mtl transformers ];
2013-11-21 15:28:11 +00:00
testDepends = [
mtl QuickCheck testFramework testFrameworkQuickcheck2 transformers
];
jailbreak = true;
2013-06-04 10:52:25 +01:00
meta = {
description = "Compositional pipelines";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
2013-06-04 10:52:25 +01:00
};
})