confsolve-0.4.1: confsolve.cabal
Name: confsolve
Version: 0.4.1
License: BSD3
License-file: LICENSE
Author: Daniel Trstenjak
Maintainer: daniel.trstenjak@gmail.com
Build-Type: Simple
Category: Utils
Cabal-Version: >=1.6
Tested-With: GHC==7.6.2
Synopsis: A command line tool for resolving conflicts of file synchronizers.
Description: A command line tool for resolving conflicts of file synchronizers.
source-repository head
type: git
location: https://github.com/dan-t/confsolve
Executable confsolve
Main-is: confsolve.hs
other-modules: FileConflict
ParseInput
Dropbox.Conflict
Dropbox.FileNameParser
Utils
Wuala.Conflict
Wuala.FileNameParser
ConfsolveArgs
ghc-options: -funbox-strict-fields
Build-Depends: base >= 3 && < 5, time, process, unordered-containers, text, attoparsec, system-filepath >= 0.4.8, system-fileio, cmdargs