haskell-amqp: update to version 0.10.1
This commit is contained in:
parent
d788370727
commit
899cdd9de1
@ -1,19 +1,19 @@
|
|||||||
# 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, binary, clock, connection, dataBinaryIeee754, hspec
|
{ cabal, binary, clock, connection, dataBinaryIeee754, hspec
|
||||||
, hspecExpectations, monadControl, network, split, text, vector
|
, hspecExpectations, monadControl, network, networkUri, split, text
|
||||||
, xml
|
, vector, xml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "amqp";
|
pname = "amqp";
|
||||||
version = "0.10";
|
version = "0.10.1";
|
||||||
sha256 = "0606grl2149phzqf0aww8264f9xaw4486ps5jw47ar57mcnxsml6";
|
sha256 = "1a2d17h1zhd2yv1zhd0vvr4g1v6nr188gwv12qwljs1v9y4jkbmc";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary clock connection dataBinaryIeee754 monadControl network
|
binary clock connection dataBinaryIeee754 monadControl network
|
||||||
split text vector xml
|
networkUri split text vector xml
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
binary clock connection dataBinaryIeee754 hspec hspecExpectations
|
binary clock connection dataBinaryIeee754 hspec hspecExpectations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user