haskell-liblastfm: update to version 0.5.1

This commit is contained in:
Peter Simons 2014-11-16 00:58:28 +01:00
parent 656255719a
commit 7923803ebb

View File

@ -1,23 +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, hspec { cabal, aeson, cereal, cryptoApi, hspec, hspecExpectationsLens
, hspecExpectationsLens, httpClient, httpClientTls, HUnit, lens , httpClient, httpClientTls, HUnit, lens, lensAeson, networkUri
, lensAeson, networkUri, profunctors, pureMD5, semigroups, text , profunctors, pureMD5, semigroups, text, xmlConduit
, void, xmlConduit, xmlHtmlConduitLens , xmlHtmlConduitLens
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "liblastfm"; pname = "liblastfm";
version = "0.4.1.0"; version = "0.5.1";
sha256 = "06w8rj2f2r0v15w6498px07krsqh1amcr6q22y3jlvaibm9mrvcw"; sha256 = "1bf508a1rqjb486wcwn0n36bm8lwnj3b4bg0826lp92zmaxiyxpy";
buildDepends = [ buildDepends = [
aeson cereal contravariant cryptoApi httpClient httpClientTls aeson cereal cryptoApi httpClient httpClientTls networkUri
networkUri profunctors pureMD5 semigroups text void xmlConduit profunctors pureMD5 semigroups text xmlConduit
]; ];
testDepends = [ testDepends = [
aeson cereal contravariant cryptoApi hspec hspecExpectationsLens aeson cereal cryptoApi hspec hspecExpectationsLens httpClient
httpClient httpClientTls HUnit lens lensAeson networkUri httpClientTls HUnit lens lensAeson networkUri profunctors pureMD5
profunctors pureMD5 text void xmlConduit xmlHtmlConduitLens text xmlConduit xmlHtmlConduitLens
]; ];
meta = { meta = {
description = "Lastfm API interface"; description = "Lastfm API interface";