jailbreak http-attoparsec list-tries and socket-io
This commit is contained in:
parent
0143d35a3b
commit
3a4fc75f52
3 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
|
|||
pname = "http-attoparsec";
|
||||
version = "0.1.1";
|
||||
sha256 = "12l892fix11mrvm10awwvv31y59q5rb6gb0sqjp6l4p4ym9ngqa3";
|
||||
jailbreak = true;
|
||||
buildDepends = [ attoparsec httpTypes ];
|
||||
meta = {
|
||||
homepage = "https://github.com/tlaitinen/http-attoparsec";
|
||||
|
|
|
@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
|
|||
pname = "list-tries";
|
||||
version = "0.5.2";
|
||||
sha256 = "0lfl35i1k3nnv8q6bhwq4sr197fylin2hmxa4b96kfcc22xfzwy6";
|
||||
jailbreak = true;
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ binary dlist ];
|
||||
|
|
|
@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
|
|||
pname = "socket-io";
|
||||
version = "1.0.1";
|
||||
sha256 = "0257c5wf6b9rmprqq5q5d7fih4s2szwv98w16ggl61p8khf5d2qs";
|
||||
jailbreak = true;
|
||||
buildDepends = [
|
||||
aeson attoparsec engineIo mtl stm text transformers
|
||||
unorderedContainers vector
|
||||
|
|
Loading…
Reference in a new issue