mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
Merge pull request #389 from aforemny/haskell-cereal-conduit
Add haskell-cereal-conduit
This commit is contained in:
commit
c78d28fb72
@ -0,0 +1,14 @@
|
||||
{ cabal, cereal, conduit, transformers, HUnit }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "cereal-conduit";
|
||||
version = "0.7";
|
||||
sha256 = "0cf0lp47qiilrdrzmn58hwh3q7fh7g55f2a1r1bw31xapp1cvbix";
|
||||
buildDepends = [ cereal conduit transformers HUnit ];
|
||||
meta = {
|
||||
homepage = "https://github.com/litherum/cereal-conduit";
|
||||
description = "Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -583,6 +583,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
cereal = callPackage ../development/libraries/haskell/cereal {};
|
||||
|
||||
cerealConduit = callPackage ../development/libraries/haskell/cereal-conduit {};
|
||||
|
||||
certificate = callPackage ../development/libraries/haskell/certificate {};
|
||||
|
||||
cgi_3001_1_7_1 = callPackage ../development/libraries/haskell/cgi/3001.1.7.1.nix {};
|
||||
|
Loading…
Reference in New Issue
Block a user