nixpkgs/pkgs/development/libraries/haskell/filestore/default.nix
Andres Löh b18dd91057 Removing trailing whitespace.
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00

13 lines
383 B
Nix

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