From: Joachim Breitner Date: Wed, 4 Aug 2010 07:28:30 +0000 (+0000) Subject: Add a cabal file X-Git-Tag: 0_1~14 X-Git-Url: http://git.nomeata.de/?p=darcs-mirror-ipatch.git;a=commitdiff_plain;h=7309612fdb161ee3e7830a03110c23d16f2c6eed Add a cabal file --- diff --git a/ipatch.cabal b/ipatch.cabal new file mode 100644 index 0000000..b124bf4 --- /dev/null +++ b/ipatch.cabal @@ -0,0 +1,31 @@ +Name: ipatch +Version: 0.1 +Synopsis: interactive patch editor +Description: + ipatch brings the power and convenience selecting and editing patches in Darcs + to those not using the Darcs version control system. +Homepage: http://darcs.nomeata.de/ipatch +License: GPL-2 +License-file: LICENSE +Author: Joachim Breitner +Maintainer: mail@joachim-breitner.de +Copyright: 2010 Joachim Breitner +Stability: Experimental +Category: Development +Build-type: Simple +Cabal-version: >=1.2 + + +Executable ipatch + Main-is: ipatch.hs + Build-depends: darcs (>= 2.4.98.1) + , base >=3 && <5 + , bytestring, filepath, directory + Other-modules: Apply + DiffFile + Split + Version + Common + Help + Setup + TheCommands