haskell-liblastfm: update to version 0.1.1.1

This commit is contained in:
Peter Simons 2013-03-28 00:29:09 +01:00
parent 9f260baa50
commit 44cf7ed71c

View File

@ -1,14 +1,18 @@
{ cabal, aeson, cereal, cryptoApi, httpConduit, httpTypes, network { cabal, aeson, attoparsec, cereal, cryptoApi, httpConduit
, pureMD5, text , httpTypes, HUnit, network, pureMD5, testFramework
, testFrameworkHunit, text
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "liblastfm"; pname = "liblastfm";
version = "0.1.1.0"; version = "0.1.1.1";
sha256 = "1yrgyb0m1gdhsrkv3b8a5a0qii67v9gx1kbv79ixlac60bsm4q95"; sha256 = "1svqxi85n18r9szmlcny51j71zzkki9pnfxnxim78y5vh0nf82qv";
buildDepends = [ buildDepends = [
aeson cereal cryptoApi httpConduit httpTypes network pureMD5 text aeson cereal cryptoApi httpConduit httpTypes network pureMD5 text
]; ];
testDepends = [
aeson attoparsec HUnit testFramework testFrameworkHunit text
];
meta = { meta = {
description = "Lastfm API interface"; description = "Lastfm API interface";
license = self.stdenv.lib.licenses.mit; license = self.stdenv.lib.licenses.mit;