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