forked from mirrors/nixpkgs
Re-add iolib subsystems
This commit is contained in:
parent
3e430a8ee5
commit
744bdac78e
|
@ -42,6 +42,9 @@ in
|
|||
alexandria split-sequence cffi bordeaux-threads idna swap-bytes
|
||||
])
|
||||
;
|
||||
testSystems = ["iolib" "iolib/syscalls" "iolib/multiplex" "iolib/streams"
|
||||
"iolib/zstreams" "iolib/sockets" "iolib/trivial-sockets"
|
||||
"iolib/pathnames" "iolib/os"];
|
||||
};
|
||||
cl-unicode = addDeps (with qlnp; [cl-ppcre flexi-streams]);
|
||||
clack = addDeps (with qlnp;[lack bordeaux-threads prove]);
|
||||
|
|
Loading…
Reference in a new issue