about summary refs log tree commit diff
path: root/third_party/overlays/haskell/extra-pkgs/pa-prelude-0.1.0.0.nix
blob: 765ed31ba6c367d34c4eb2440110a3fa1b32df01 (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
29
30
31
32
33
34
35
36
37
{ mkDerivation
, base
, bytestring
, containers
, error
, exceptions
, lib
, mtl
, profunctors
, PyF
, semigroupoids
, text
, these
, validation-selective
}:
mkDerivation {
  pname = "pa-prelude";
  version = "0.1.0.0";
  sha256 = "554556e3acbf7154131ed05209d803a19d6aa1c7d675fcb10501de50869c49ab";
  libraryHaskellDepends = [
    base
    bytestring
    containers
    error
    exceptions
    mtl
    profunctors
    PyF
    semigroupoids
    text
    these
    validation-selective
  ];
  homepage = "https://github.com/possehl-analytics/pa-hackage";
  description = "The Possehl Analytics Prelude";
  license = lib.licenses.bsd3;
}