2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-17 20:13:35 +01:00
|
|
|
{ cabal, filepath, hxt, mtl, parsec, split, text }:
|
2014-03-11 12:26:49 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "vcswrapper";
|
2014-12-12 08:51:35 +00:00
|
|
|
version = "0.1.1";
|
|
|
|
sha256 = "056gdgmyprvbz61gfffkpwfyh4m7f9fnglk69jp4xh4jfx1wr7ni";
|
2014-03-11 12:26:49 +00:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2014-04-17 20:13:35 +01:00
|
|
|
buildDepends = [ filepath hxt mtl parsec split text ];
|
2014-11-01 16:01:23 +00:00
|
|
|
jailbreak = true;
|
2014-03-11 12:26:49 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/forste/haskellVCSWrapper";
|
|
|
|
description = "Wrapper for source code management systems";
|
|
|
|
license = "GPL";
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|