mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
haskellPackages.engineIo: Update to 1.2.1
This commit is contained in:
parent
75eb9bccb8
commit
a7ea8bea26
1 changed files with 6 additions and 5 deletions
|
@ -1,17 +1,18 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, aeson, async, attoparsec, base64Bytestring, either
|
||||
{ cabal, aeson, async, attoparsec, base64Bytestring, either, free
|
||||
, monadLoops, mwcRandom, stm, text, transformers
|
||||
, unorderedContainers, vector, websockets
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "engine-io";
|
||||
version = "1.2.0";
|
||||
sha256 = "07k5zc8zbjpcj3iql0kcs4zrw5g24cngkp9yanpdmnhi18ms45dv";
|
||||
version = "1.2.1";
|
||||
sha256 = "17zyl61qdxrsxy7xiqkrl3pp40hhv76gndsi30p00468a6nbk0z6";
|
||||
buildDepends = [
|
||||
aeson async attoparsec base64Bytestring either monadLoops mwcRandom
|
||||
stm text transformers unorderedContainers vector websockets
|
||||
aeson async attoparsec base64Bytestring either free monadLoops
|
||||
mwcRandom stm text transformers unorderedContainers vector
|
||||
websockets
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/ocharles/engine.io";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue