haskell-amqp: update to version 0.10.1

This commit is contained in:
Peter Simons 2014-08-19 15:33:53 +02:00
parent d788370727
commit 899cdd9de1
1 changed files with 5 additions and 5 deletions

View File

@ -1,19 +1,19 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, binary, clock, connection, dataBinaryIeee754, hspec
, hspecExpectations, monadControl, network, split, text, vector
, xml
, hspecExpectations, monadControl, network, networkUri, split, text
, vector, xml
}:
cabal.mkDerivation (self: {
pname = "amqp";
version = "0.10";
sha256 = "0606grl2149phzqf0aww8264f9xaw4486ps5jw47ar57mcnxsml6";
version = "0.10.1";
sha256 = "1a2d17h1zhd2yv1zhd0vvr4g1v6nr188gwv12qwljs1v9y4jkbmc";
isLibrary = true;
isExecutable = true;
buildDepends = [
binary clock connection dataBinaryIeee754 monadControl network
split text vector xml
networkUri split text vector xml
];
testDepends = [
binary clock connection dataBinaryIeee754 hspec hspecExpectations