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