mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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!
|
||||
|
||||
{ cabal, attoparsec, base64Bytestring, binary, blazeBuilder
|
||||
, caseInsensitive, entropy, HUnit, ioStreams, mtl, network
|
||||
, QuickCheck, random, SHA, testFramework, testFrameworkHunit
|
||||
, testFrameworkQuickcheck2, text
|
||||
, caseInsensitive, entropy, HUnit, mtl, network, QuickCheck, random
|
||||
, SHA, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
||||
, text
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "websockets";
|
||||
version = "0.8.2.6";
|
||||
sha256 = "074d0wkxy2qyi8w9cjgbalqi8b21wf5ak71lcnh94iw76dfxbizf";
|
||||
version = "0.9.0.1";
|
||||
sha256 = "0advbw1z0g53n8az34287fix16a457jv8z6s0g1l8lr4a8b74x0w";
|
||||
buildDepends = [
|
||||
attoparsec base64Bytestring binary blazeBuilder caseInsensitive
|
||||
entropy ioStreams mtl network random SHA text
|
||||
entropy mtl network random SHA text
|
||||
];
|
||||
testDepends = [
|
||||
attoparsec base64Bytestring binary blazeBuilder caseInsensitive
|
||||
entropy HUnit ioStreams mtl network QuickCheck random SHA
|
||||
testFramework testFrameworkHunit testFrameworkQuickcheck2 text
|
||||
entropy HUnit mtl network QuickCheck random SHA testFramework
|
||||
testFrameworkHunit testFrameworkQuickcheck2 text
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user