2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-11-15 23:58:28 +00:00
|
|
|
{ cabal, aeson, cereal, cryptoApi, hspec, hspecExpectationsLens
|
|
|
|
, httpClient, httpClientTls, HUnit, lens, lensAeson, networkUri
|
|
|
|
, profunctors, pureMD5, semigroups, text, xmlConduit
|
|
|
|
, xmlHtmlConduitLens
|
2012-11-26 14:16:18 +00:00
|
|
|
}:
|
2012-09-05 19:38:07 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "liblastfm";
|
2014-11-15 23:58:28 +00:00
|
|
|
version = "0.5.1";
|
|
|
|
sha256 = "1bf508a1rqjb486wcwn0n36bm8lwnj3b4bg0826lp92zmaxiyxpy";
|
2012-09-05 19:38:07 +01:00
|
|
|
buildDepends = [
|
2014-11-15 23:58:28 +00:00
|
|
|
aeson cereal cryptoApi httpClient httpClientTls networkUri
|
|
|
|
profunctors pureMD5 semigroups text xmlConduit
|
2014-07-31 11:12:14 +01:00
|
|
|
];
|
|
|
|
testDepends = [
|
2014-11-15 23:58:28 +00:00
|
|
|
aeson cereal cryptoApi hspec hspecExpectationsLens httpClient
|
|
|
|
httpClientTls HUnit lens lensAeson networkUri profunctors pureMD5
|
|
|
|
text xmlConduit xmlHtmlConduitLens
|
2013-03-27 23:29:09 +00:00
|
|
|
];
|
2012-09-05 19:38:07 +01:00
|
|
|
meta = {
|
2013-01-04 18:17:22 +00:00
|
|
|
description = "Lastfm API interface";
|
2012-09-05 19:38:07 +01:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|