mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
28 lines
902 B
Nix
28 lines
902 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, cereal, cryptoApi, hspec, hspecExpectationsLens
|
|
, httpClient, httpClientTls, HUnit, lens, lensAeson, networkUri
|
|
, profunctors, pureMD5, semigroups, text, xmlConduit
|
|
, xmlHtmlConduitLens
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "liblastfm";
|
|
version = "0.5.1";
|
|
sha256 = "1bf508a1rqjb486wcwn0n36bm8lwnj3b4bg0826lp92zmaxiyxpy";
|
|
buildDepends = [
|
|
aeson cereal cryptoApi httpClient httpClientTls networkUri
|
|
profunctors pureMD5 semigroups text xmlConduit
|
|
];
|
|
testDepends = [
|
|
aeson cereal cryptoApi hspec hspecExpectationsLens httpClient
|
|
httpClientTls HUnit lens lensAeson networkUri profunctors pureMD5
|
|
text xmlConduit xmlHtmlConduitLens
|
|
];
|
|
meta = {
|
|
description = "Lastfm API interface";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|