mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
haskell-amqp: update to version 0.8.3
This commit is contained in:
parent
a815933a5d
commit
eb1a7e83cd
@ -1,20 +1,21 @@
|
|||||||
{ cabal, binary, clock, connection, dataBinaryIeee754, hspec
|
{ cabal, binary, clock, connection, dataBinaryIeee754, hspec
|
||||||
, hspecExpectations, monadControl, network, split, text, xml
|
, hspecExpectations, monadControl, network, split, text, vector
|
||||||
|
, xml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "amqp";
|
pname = "amqp";
|
||||||
version = "0.8.2";
|
version = "0.8.3";
|
||||||
sha256 = "0hl9x6kbxdv32014k1w34d84wl4ivpiyg1ikpjr0nr9bsg3wr0gf";
|
sha256 = "0gl5vdhbic8llhbqmhnwj0wvykhbrci6zz53v5cayqfcwi1v1dw2";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary clock connection dataBinaryIeee754 monadControl network
|
binary clock connection dataBinaryIeee754 monadControl network
|
||||||
split text xml
|
split text vector xml
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
binary clock connection dataBinaryIeee754 hspec hspecExpectations
|
binary clock connection dataBinaryIeee754 hspec hspecExpectations
|
||||||
network split text
|
network split text vector
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user