forked from mirrors/nixpkgs
haskell-liblastfm: update to version 0.3.2.0
This commit is contained in:
parent
7a3ed91a65
commit
4f78ed6da7
|
@ -1,14 +1,14 @@
|
|||
{ cabal, aeson, cereal, contravariant, cryptoApi, httpConduit
|
||||
, httpTypes, network, pureMD5, semigroups, text, void
|
||||
, httpTypes, network, pureMD5, semigroups, tagged, text, void
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "liblastfm";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "131p51yi17qfgk8h5b0rx2jyl37w4spafxmlcws1s5pk6bwy75jf";
|
||||
version = "0.3.2.0";
|
||||
sha256 = "09xsjkwknfvdd3zb7a1qbch45ri6knkn33wl6xbi48sw5i79lxnv";
|
||||
buildDepends = [
|
||||
aeson cereal contravariant cryptoApi httpConduit httpTypes network
|
||||
pureMD5 semigroups text void
|
||||
pureMD5 semigroups tagged text void
|
||||
];
|
||||
meta = {
|
||||
description = "Lastfm API interface";
|
||||
|
|
Loading…
Reference in a new issue