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