summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/vcswrapper/default.nix
blob: 75336ef881699037626e04b9d149220603231cc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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;
  };
})