summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/liblastfm/default.nix
blob: abfa8a0496b24abe64e53a89bebdf0338652dbd2 (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
# 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;
  };
})