haskell-liblastfm: update to version 0.2.0.0
This commit is contained in:
parent
0ed2c83e5a
commit
b6b5bc2799
@ -1,14 +1,15 @@
|
|||||||
{ cabal, aeson, attoparsec, cereal, cryptoApi, httpConduit
|
{ cabal, aeson, attoparsec, cereal, contravariant, cryptoApi
|
||||||
, httpTypes, HUnit, network, pureMD5, testFramework
|
, httpConduit, httpTypes, HUnit, network, pureMD5, testFramework
|
||||||
, testFrameworkHunit, text
|
, testFrameworkHunit, text, void
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "liblastfm";
|
pname = "liblastfm";
|
||||||
version = "0.1.1.2";
|
version = "0.2.0.0";
|
||||||
sha256 = "1zckgjc0r2s1s6s9s309dr2ri8bzj1fi8gcbhm3hifczq1v149w9";
|
sha256 = "1x147mry8pq8qzrhrsbxm4b7sb80c9900kq2igwvcskwszd5h56n";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson cereal cryptoApi httpConduit httpTypes network pureMD5 text
|
aeson cereal contravariant cryptoApi httpConduit httpTypes network
|
||||||
|
pureMD5 text void
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson attoparsec HUnit testFramework testFrameworkHunit text
|
aeson attoparsec HUnit testFramework testFrameworkHunit text
|
||||||
|
Loading…
Reference in New Issue
Block a user