diff options
Diffstat (limited to 'custom/filelock.nix')
-rw-r--r-- | custom/filelock.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/custom/filelock.nix b/custom/filelock.nix new file mode 100644 index 00000000..d19d3b9c --- /dev/null +++ b/custom/filelock.nix | |||
@@ -0,0 +1,15 @@ | |||
1 | # This file was auto-generated by cabal2nix. Please do NOT edit manually! | ||
2 | |||
3 | { cabal }: | ||
4 | |||
5 | cabal.mkDerivation (self: { | ||
6 | pname = "filelock"; | ||
7 | version = "0.1.0.1"; | ||
8 | sha256 = "0qypjnbkfayqyaymx8qrq4abddlrlzanf6lqhfn9cqzcgzr6735d"; | ||
9 | meta = { | ||
10 | homepage = "http://github.com/takano-akio/filelock"; | ||
11 | description = "Portable interface to file locking (flock / LockFileEx)"; | ||
12 | license = self.stdenv.lib.licenses.publicDomain; | ||
13 | platforms = self.ghc.meta.platforms; | ||
14 | }; | ||
15 | }) | ||