summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/filestore/default.nix
blob: 116875ecbdcf0b900a46020aa824e4e6a32c1753 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, Diff, filepath, HUnit, mtl, parsec, split, time
, utf8String, xml
}:

cabal.mkDerivation (self: {
  pname = "filestore";
  version = "0.6.0.3";
  sha256 = "03qmv3cqp1fv7b7pdjdx12cb27bfjbwwjdhkcvkfq89qwk9wh1h0";
  buildDepends = [ Diff filepath parsec split time utf8String xml ];
  testDepends = [ Diff filepath HUnit mtl time ];
  jailbreak = true;
  meta = {
    description = "Interface for versioning file stores";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})