Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #3088 from aycanirican/master

jailbreak pipes-aeson which depends on pipes-bytestring == 2.0.* which i...

+2
+1
pkgs/development/libraries/haskell/pipes-aeson/default.nix
··· 10 aeson attoparsec pipes pipesAttoparsec pipesBytestring pipesParse 11 transformers 12 ]; 13 meta = { 14 homepage = "https://github.com/k0001/pipes-aeson"; 15 description = "Encode and decode JSON streams using Aeson and Pipes";
··· 10 aeson attoparsec pipes pipesAttoparsec pipesBytestring pipesParse 11 transformers 12 ]; 13 + jailbreak = true; 14 meta = { 15 homepage = "https://github.com/k0001/pipes-aeson"; 16 description = "Encode and decode JSON streams using Aeson and Pipes";
+1
pkgs/development/libraries/haskell/pipes-binary/default.nix
··· 14 tastySmallcheck transformers 15 ]; 16 doCheck = false; 17 meta = { 18 homepage = "https://github.com/k0001/pipes-binary"; 19 description = "Encode and decode binary streams using the pipes and binary libraries";
··· 14 tastySmallcheck transformers 15 ]; 16 doCheck = false; 17 + jailbreak = true; 18 meta = { 19 homepage = "https://github.com/k0001/pipes-binary"; 20 description = "Encode and decode binary streams using the pipes and binary libraries";