summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/liblastfm/default.nix
blob: 176f80048c4d34e8ec7ffe635966cd94e4ed50c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, aeson, cereal, contravariant, cryptoApi, hspec
, hspecExpectationsLens, httpClient, httpClientTls, HUnit, lens
, network, profunctors, pureMD5, semigroups, text, void, xmlConduit
, xmlHtmlConduitLens
}:

cabal.mkDerivation (self: {
  pname = "liblastfm";
  version = "0.4.0.0";
  sha256 = "0dr1nvb7sxlp1fihvnwz9lyfmaynbj39npah2ndvlgnzz670j0z9";
  buildDepends = [
    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
  ];
  meta = {
    description = "Lastfm API interface";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
    hydraPlatforms = self.stdenv.lib.platforms.none;
  };
})