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/vcswrapper/default.nix

19 lines
575 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, filepath, hxt, mtl, parsec, split, text }:
cabal.mkDerivation (self: {
pname = "vcswrapper";
version = "0.0.4";
sha256 = "130pmzxdsqv703k2g197vd5rl60fwkqqv2xck66ygb932wsq3fnk";
isLibrary = true;
isExecutable = true;
buildDepends = [ filepath hxt mtl parsec split text ];
meta = {
homepage = "https://github.com/forste/haskellVCSWrapper";
description = "Wrapper for source code management systems";
license = "GPL";
platforms = self.ghc.meta.platforms;
};
})