summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/xlsx/default.nix
blob: e2fdfa0d1a758c23eccc9cca0618587a9e64d53e (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.3";
  sha256 = "1i1dfb6gv4h3nc9ja7yxjzb8g207vzp58dnk4rgfcfglyvadn8kp";
  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 ];
  };
})