tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskellPackages.engineIo: Update to 1.2.1
Oliver Charles
11 years ago
a7ea8bea
75eb9bcc
+6
-5
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
haskell
engine-io
default.nix
+6
-5
pkgs/development/libraries/haskell/engine-io/default.nix
···
1
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2
3
-
{ cabal, aeson, async, attoparsec, base64Bytestring, either
4
, monadLoops, mwcRandom, stm, text, transformers
5
, unorderedContainers, vector, websockets
6
}:
7
8
cabal.mkDerivation (self: {
9
pname = "engine-io";
10
-
version = "1.2.0";
11
-
sha256 = "07k5zc8zbjpcj3iql0kcs4zrw5g24cngkp9yanpdmnhi18ms45dv";
12
buildDepends = [
13
-
aeson async attoparsec base64Bytestring either monadLoops mwcRandom
14
-
stm text transformers unorderedContainers vector websockets
0
15
];
16
meta = {
17
homepage = "http://github.com/ocharles/engine.io";
···
1
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2
3
+
{ cabal, aeson, async, attoparsec, base64Bytestring, either, free
4
, monadLoops, mwcRandom, stm, text, transformers
5
, unorderedContainers, vector, websockets
6
}:
7
8
cabal.mkDerivation (self: {
9
pname = "engine-io";
10
+
version = "1.2.1";
11
+
sha256 = "17zyl61qdxrsxy7xiqkrl3pp40hhv76gndsi30p00468a6nbk0z6";
12
buildDepends = [
13
+
aeson async attoparsec base64Bytestring either free monadLoops
14
+
mwcRandom stm text transformers unorderedContainers vector
15
+
websockets
16
];
17
meta = {
18
homepage = "http://github.com/ocharles/engine.io";