1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/filestore/default.nix

13 lines
385 B
Nix
Raw Normal View History

{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";
};
})