nixpkgs/pkgs/development/libraries/haskell/liblastfm/default.nix

28 lines
963 B
Nix
Raw Normal View History

# 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
}:
2012-09-05 20:38:07 +02:00
cabal.mkDerivation (self: {
pname = "liblastfm";
version = "0.4.1.0";
sha256 = "06w8rj2f2r0v15w6498px07krsqh1amcr6q22y3jlvaibm9mrvcw";
2012-09-05 20:38:07 +02:00
buildDepends = [
aeson cereal contravariant cryptoApi httpClient httpClientTls
networkUri profunctors pureMD5 semigroups text void xmlConduit
];
testDepends = [
aeson cereal contravariant cryptoApi hspec hspecExpectationsLens
httpClient httpClientTls HUnit lens lensAeson networkUri
profunctors pureMD5 text void xmlConduit xmlHtmlConduitLens
];
2012-09-05 20:38:07 +02:00
meta = {
description = "Lastfm API interface";
2012-09-05 20:38:07 +02:00
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})