summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/xlsx/default.nix
blob: 779814c05dd89aaf9f29ea631114af11c6529e02 (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, conduit, dataDefault, digest, HUnit, lens, smallcheck
, tasty, tastyHunit, tastySmallcheck, text, time, transformers
, utf8String, xmlConduit, xmlTypes, zipArchive, zlib
}:

cabal.mkDerivation (self: {
  pname = "xlsx";
  version = "0.1.0.2";
  sha256 = "0m9ph34mpnc6vj1d3x80y0gaya5bqdhfa193jn0a8clw4qz88sbr";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [
    conduit dataDefault digest lens text time transformers utf8String
    xmlConduit xmlTypes zipArchive zlib
  ];
  testDepends = [
    HUnit smallcheck tasty tastyHunit tastySmallcheck time
  ];
  meta = {
    homepage = "https://github.com/qrilka/xlsx";
    description = "Simple and incomplete Excel file parser/writer";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})