packages feed

pushme-3.1.0: pushme.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.38.3.
--
-- see: https://github.com/sol/hpack
--
-- hash: e7cca68ebf44c964ff3417c2fb2c7748cb9f6d64fa5bf53af159c95ea5c65276

name:           pushme
version:        3.1.0
synopsis:       Synchronize multiple filesets across machines using rsync
description:    pushme is a wrapper around rsync allowing declarative filesets to be transferred between machines. The screenshot above shows pushme in action (where `push` is a script I use to call `pushme` with appropriate arguments based on which machine I'm running it from).
category:       System
homepage:       https://github.com/jwiegley/pushme#readme
bug-reports:    https://github.com/jwiegley/pushme/issues
author:         John Wiegley
maintainer:     johnw@newartisans.com
license:        BSD3
license-file:   LICENSE.md
build-type:     Simple
extra-source-files:
    README.md

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

library
  exposed-modules:
      Pushme.Options
  other-modules:
      Paths_pushme
  hs-source-dirs:
      src
  ghc-options: -Wall -Wno-missing-home-modules
  build-depends:
      aeson >=1.0 && <2.3
    , base >=4.7 && <4.21
    , bytestring >=0.10 && <0.13
    , containers >=0.6 && <0.8
    , directory >=1.2 && <1.4
    , filepath >=1.4 && <1.6
    , foldl ==1.4.*
    , lens >=4.9 && <5.4
    , logging >=3.0.6 && <3.1
    , monad-logger ==0.3.*
    , old-locale ==1.0.*
    , optparse-applicative >=0.10 && <0.19
    , parallel-io ==0.3.*
    , pretty-show ==1.10.*
    , process ==1.6.*
    , regex-posix >=0.95 && <0.97
    , system-fileio ==0.3.*
    , system-filepath ==0.4.*
    , temporary >=1.2 && <1.4
    , text >=1.2 && <2.2
    , time >=1.4 && <1.15
    , transformers >=0.3 && <0.7
    , unix >=2.6 && <2.9
    , unordered-containers ==0.2.*
    , yaml ==0.11.*
  default-language: Haskell2010

executable pushme
  main-is: Main.hs
  other-modules:
      Paths_pushme
  ghc-options: -Wall -Wno-missing-home-modules -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      aeson >=1.0 && <2.3
    , base >=4.7 && <4.21
    , bytestring >=0.10 && <0.13
    , containers >=0.6 && <0.8
    , directory >=1.2 && <1.4
    , filepath >=1.4 && <1.6
    , foldl ==1.4.*
    , lens >=4.9 && <5.4
    , logging >=3.0.6 && <3.1
    , monad-logger ==0.3.*
    , old-locale ==1.0.*
    , optparse-applicative >=0.10 && <0.19
    , parallel-io ==0.3.*
    , pretty-show ==1.10.*
    , process ==1.6.*
    , pushme
    , regex-posix >=0.95 && <0.97
    , system-fileio ==0.3.*
    , system-filepath ==0.4.*
    , temporary >=1.2 && <1.4
    , text >=1.2 && <2.2
    , time >=1.4 && <1.15
    , transformers >=0.3 && <0.7
    , unix >=2.6 && <2.9
    , unordered-containers ==0.2.*
    , yaml ==0.11.*
  default-language: Haskell2010

test-suite pushme-tests
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_pushme
  hs-source-dirs:
      test
  ghc-options: -Wall -Wno-missing-home-modules -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      aeson >=1.0 && <2.3
    , base >=4.7 && <4.21
    , bytestring >=0.10 && <0.13
    , containers >=0.6 && <0.8
    , directory >=1.2 && <1.4
    , filepath >=1.4 && <1.6
    , foldl ==1.4.*
    , hedgehog
    , lens >=4.9 && <5.4
    , logging >=3.0.6 && <3.1
    , monad-logger ==0.3.*
    , old-locale ==1.0.*
    , optparse-applicative >=0.10 && <0.19
    , parallel-io ==0.3.*
    , pretty-show ==1.10.*
    , process ==1.6.*
    , pushme
    , regex-posix >=0.95 && <0.97
    , system-fileio ==0.3.*
    , system-filepath ==0.4.*
    , tasty
    , tasty-hedgehog
    , temporary >=1.2 && <1.4
    , text >=1.2 && <2.2
    , time >=1.4 && <1.15
    , transformers >=0.3 && <0.7
    , unix >=2.6 && <2.9
    , unordered-containers ==0.2.*
    , yaml ==0.11.*
  default-language: Haskell2010