forked from mirrors/nixpkgs
haskell-liblastfm: update to version 0.4.0.0
This commit is contained in:
parent
78ad8ce046
commit
f194df999f
|
@ -1,16 +1,23 @@
|
||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, cereal, contravariant, cryptoApi, httpConduit
|
{ cabal, aeson, cereal, contravariant, cryptoApi, hspec
|
||||||
, httpTypes, network, pureMD5, semigroups, tagged, text, void
|
, hspecExpectationsLens, httpClient, httpClientTls, HUnit, lens
|
||||||
|
, network, profunctors, pureMD5, semigroups, text, void, xmlConduit
|
||||||
|
, xmlHtmlConduitLens
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "liblastfm";
|
pname = "liblastfm";
|
||||||
version = "0.3.2.0";
|
version = "0.4.0.0";
|
||||||
sha256 = "09xsjkwknfvdd3zb7a1qbch45ri6knkn33wl6xbi48sw5i79lxnv";
|
sha256 = "0dr1nvb7sxlp1fihvnwz9lyfmaynbj39npah2ndvlgnzz670j0z9";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson cereal contravariant cryptoApi httpConduit httpTypes network
|
aeson cereal contravariant cryptoApi httpClient httpClientTls
|
||||||
pureMD5 semigroups tagged text void
|
network profunctors pureMD5 semigroups text void xmlConduit
|
||||||
|
];
|
||||||
|
testDepends = [
|
||||||
|
aeson cereal contravariant cryptoApi hspec hspecExpectationsLens
|
||||||
|
httpClient httpClientTls HUnit lens network profunctors pureMD5
|
||||||
|
text void xmlConduit xmlHtmlConduitLens
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Lastfm API interface";
|
description = "Lastfm API interface";
|
||||||
|
|
Loading…
Reference in a new issue