haskell-websockets: update to version 0.9.0.1
This commit is contained in:
parent
44c54d5585
commit
cb524f4500
@ -1,23 +1,23 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, attoparsec, base64Bytestring, binary, blazeBuilder
|
{ cabal, attoparsec, base64Bytestring, binary, blazeBuilder
|
||||||
, caseInsensitive, entropy, HUnit, ioStreams, mtl, network
|
, caseInsensitive, entropy, HUnit, mtl, network, QuickCheck, random
|
||||||
, QuickCheck, random, SHA, testFramework, testFrameworkHunit
|
, SHA, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
||||||
, testFrameworkQuickcheck2, text
|
, text
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "websockets";
|
pname = "websockets";
|
||||||
version = "0.8.2.6";
|
version = "0.9.0.1";
|
||||||
sha256 = "074d0wkxy2qyi8w9cjgbalqi8b21wf5ak71lcnh94iw76dfxbizf";
|
sha256 = "0advbw1z0g53n8az34287fix16a457jv8z6s0g1l8lr4a8b74x0w";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec base64Bytestring binary blazeBuilder caseInsensitive
|
attoparsec base64Bytestring binary blazeBuilder caseInsensitive
|
||||||
entropy ioStreams mtl network random SHA text
|
entropy mtl network random SHA text
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
attoparsec base64Bytestring binary blazeBuilder caseInsensitive
|
attoparsec base64Bytestring binary blazeBuilder caseInsensitive
|
||||||
entropy HUnit ioStreams mtl network QuickCheck random SHA
|
entropy HUnit mtl network QuickCheck random SHA testFramework
|
||||||
testFramework testFrameworkHunit testFrameworkQuickcheck2 text
|
testFrameworkHunit testFrameworkQuickcheck2 text
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user