haskell-liblastfm: update to version 0.4.1.0

This commit is contained in:
Peter Simons 2014-10-04 23:04:14 +02:00
parent 066db30729
commit a24c070b44

View File

@ -2,27 +2,26 @@
{ cabal, aeson, cereal, contravariant, cryptoApi, hspec { cabal, aeson, cereal, contravariant, cryptoApi, hspec
, hspecExpectationsLens, httpClient, httpClientTls, HUnit, lens , hspecExpectationsLens, httpClient, httpClientTls, HUnit, lens
, network, profunctors, pureMD5, semigroups, text, void, xmlConduit , lensAeson, networkUri, profunctors, pureMD5, semigroups, text
, xmlHtmlConduitLens , void, xmlConduit, xmlHtmlConduitLens
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "liblastfm"; pname = "liblastfm";
version = "0.4.0.0"; version = "0.4.1.0";
sha256 = "0dr1nvb7sxlp1fihvnwz9lyfmaynbj39npah2ndvlgnzz670j0z9"; sha256 = "06w8rj2f2r0v15w6498px07krsqh1amcr6q22y3jlvaibm9mrvcw";
buildDepends = [ buildDepends = [
aeson cereal contravariant cryptoApi httpClient httpClientTls aeson cereal contravariant cryptoApi httpClient httpClientTls
network profunctors pureMD5 semigroups text void xmlConduit networkUri profunctors pureMD5 semigroups text void xmlConduit
]; ];
testDepends = [ testDepends = [
aeson cereal contravariant cryptoApi hspec hspecExpectationsLens aeson cereal contravariant cryptoApi hspec hspecExpectationsLens
httpClient httpClientTls HUnit lens network profunctors pureMD5 httpClient httpClientTls HUnit lens lensAeson networkUri
text void xmlConduit xmlHtmlConduitLens profunctors pureMD5 text void xmlConduit xmlHtmlConduitLens
]; ];
meta = { meta = {
description = "Lastfm API interface"; description = "Lastfm API interface";
license = self.stdenv.lib.licenses.mit; license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
}; };
}) })