2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-08-17 02:50:38 -07:00
|
|
|
{ cabal, aeson, cereal, contravariant, cryptoApi, httpConduit
|
2014-01-01 15:21:13 -08:00
|
|
|
, httpTypes, network, pureMD5, semigroups, tagged, text, void
|
2012-11-26 06:16:18 -08:00
|
|
|
}:
|
2012-09-05 11:38:07 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "liblastfm";
|
2014-01-01 15:21:13 -08:00
|
|
|
version = "0.3.2.0";
|
|
|
|
sha256 = "09xsjkwknfvdd3zb7a1qbch45ri6knkn33wl6xbi48sw5i79lxnv";
|
2012-09-05 11:38:07 -07:00
|
|
|
buildDepends = [
|
2013-05-30 02:01:48 -07:00
|
|
|
aeson cereal contravariant cryptoApi httpConduit httpTypes network
|
2014-01-01 15:21:13 -08:00
|
|
|
pureMD5 semigroups tagged text void
|
2013-03-27 16:29:09 -07:00
|
|
|
];
|
2012-09-05 11:38:07 -07:00
|
|
|
meta = {
|
2013-01-04 10:17:22 -08:00
|
|
|
description = "Lastfm API interface";
|
2012-09-05 11:38:07 -07:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|