haskell-liblastfm: update to version 0.3.0.0
This commit is contained in:
parent
21e8b7f337
commit
8a54efe7c4
@ -1,18 +1,14 @@
|
|||||||
{ cabal, aeson, attoparsec, cereal, contravariant, cryptoApi
|
{ cabal, aeson, cereal, contravariant, cryptoApi, httpConduit
|
||||||
, httpConduit, httpTypes, HUnit, network, pureMD5, testFramework
|
, httpTypes, network, pureMD5, semigroups, text, void
|
||||||
, testFrameworkHunit, text, void
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "liblastfm";
|
pname = "liblastfm";
|
||||||
version = "0.2.0.0";
|
version = "0.3.0.0";
|
||||||
sha256 = "1x147mry8pq8qzrhrsbxm4b7sb80c9900kq2igwvcskwszd5h56n";
|
sha256 = "131p51yi17qfgk8h5b0rx2jyl37w4spafxmlcws1s5pk6bwy75jf";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson cereal contravariant cryptoApi httpConduit httpTypes network
|
aeson cereal contravariant cryptoApi httpConduit httpTypes network
|
||||||
pureMD5 text void
|
pureMD5 semigroups text void
|
||||||
];
|
|
||||||
testDepends = [
|
|
||||||
aeson attoparsec HUnit testFramework testFrameworkHunit text
|
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Lastfm API interface";
|
description = "Lastfm API interface";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user