packages feed

confsolve-0.5.5: confsolve.cabal

name: confsolve
version: 0.5.5
cabal-version: >=1.6
build-type: Simple
license: BSD3
license-file: LICENSE
maintainer: daniel.trstenjak@gmail.com
synopsis: A command line tool for resolving conflicts of file synchronizers.
description:
    Command line tool for resolving file synchronization conflicts introduced by
    running Dropbox or Wuala.
category: Utils
author: Daniel Trstenjak
tested-with: GHC ==7.6.2 GHC ==7.6.3 GHC ==7.8.3 GHC ==7.10.1 GHC ==8.0.1

source-repository head
    type: git
    location: https://github.com/dan-t/confsolve

executable confsolve
    main-is: Main.hs
    build-depends:
        base >=3 && <5,
        time >=1.4.0.1 && <1.7,
        process >=1.1.0.2 && <1.5,
        unordered-containers >=0.2.4.0 && <0.3,
        text >=1.1.1.2 && <1.3,
        attoparsec >=0.11.3.0 && <0.14,
        system-filepath >=0.4.8 && <0.5,
        system-fileio >=0.3.13 && <0.4,
        cmdargs >=0.10.7 && <0.11
    cpp-options: -DCABAL
    other-modules:
        Paths_confsolve
        FileConflict
        ParseInput
        Dropbox.Conflict
        Dropbox.FileNameParser
        Utils
        Wuala.Conflict
        Wuala.FileNameParser
        ConfsolveArgs
    ghc-options: -funbox-strict-fields