summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/filestore/default.nix
blob: db84d0597821ad66b770c3b4b9c71d2e1d7a588f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{cabal, datetime, parsec, regexPosix, split, time, utf8String, xml, Diff}:

cabal.mkDerivation (self : {
  pname = "filestore";
  version = "0.3.1";
  sha256 = "f18baafb50367d8d0a0e8da2873fd97033bb763d8776473e594c84c079017aa0";
  propagatedBuildInputs = [datetime parsec regexPosix split time utf8String xml Diff];
  meta = {
    description = "Interface for versioning file stores";
  };
})