packages feed

pushme-0.2.0: pushme.cabal

Name: pushme

Version:  0.2.0
Synopsis: Script I use for synchronizing my data among machines

Description: Script I use for synchronizing my data among machines.

Homepage:           https://github.com/jwiegley/pushme
License:            BSD3
License-file:       LICENSE
Author:             John Wiegley
Maintainer:         John Wiegley <johnw@newartisans.com>
Category:           Development
Build-type:         Simple
Cabal-version:      >= 1.8

Extra-Source-Files: README.md

Executable pushme
    Main-is: Main.hs
    Ghc-options: -threaded

    Build-depends: base                 >= 4 && < 5
                 , aeson                >= 0.6.0
                 , cabal-file-th        >= 0.2.3
                 , bytestring           >= 0.9.2
                 , cmdargs              >= 0.10
                 , containers           >= 0.4.2
                 , deepseq              >= 1.3
                 , hslogger             >= 1.2
                 , io-storage           >= 0.3
                 , lens                 >= 2.8
                 , old-locale           >= 1.0.0
                 , parallel-io          >= 0.3.2
                 , pointless-fun        >= 1.1
                 , regex-posix          >= 0.95
                 , shelly               >= 0.14.0.1
                 , stringable           >= 0.1
                 , system-fileio        >= 0.3.9
                 , system-filepath      >= 0.4.7
                 , text                 >= 0.11.2
                 , text-format          >= 0.3
                 , time                 >= 1.4
                 , unix                 >= 2.5.1
                 , unordered-containers >= 0.2.2
                 , yaml                 >= 0.8

Source-repository head
  type:     git
  location: https://github.com/jwiegley/pushme