Skip to content

Commit

Permalink
Update from Hackage at 2018-01-01T09:44:57Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 1, 2018
1 parent 48b1ca0 commit 5dc3be1
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
63 changes: 63 additions & 0 deletions pushme/2.1.1/pushme.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 4dd172a5ea6fa754c4e33bf4e491f4cb405e6b9770e2bc094176b875b320957d

name: pushme
version: 2.1.1
synopsis: Tool to synchronize directories with rsync, zfs or git-annex
description: Script I use for synchronizing data among machines.
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
build-type: Simple
cabal-version: >= 1.10

extra-source-files:
README.md

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

executable pushme
main-is: Main.hs
other-modules:
Paths_pushme
ghc-options: -threaded
build-depends:
aeson
, base >=4.7 && <5.0
, bytestring >=0.10 && <0.11
, containers >=0.5 && <0.6
, foldl
, io-storage >=0.3 && <0.4
, lens >=4.9 && <5.0
, logging >=3.0 && <3.1
, monad-logger >=0.3 && <0.4
, old-locale >=1.0 && <1.1
, optparse-applicative >=0.10 && <1.0
, parallel-io >=0.3 && <0.4
, pipes
, pipes-group
, pipes-safe
, pipes-text
, regex-posix >=0.95 && <1.0
, safe >=0.3 && <0.4
, shelly >=1.6 && <1.8
, system-fileio >=0.3 && <0.4
, system-filepath >=0.4 && <0.5
, temporary >=1.2 && <1.3
, text >=1.2 && <1.3
, text-format >=0.3 && <0.4
, time >=1.4 && <2.0
, transformers >=0.3 && <0.6
, unix >=2.6 && <2.8
, unordered-containers >=0.2 && <0.3
, yaml
default-language: Haskell2010
1 change: 1 addition & 0 deletions pushme/2.1.1/pushme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"e42cedce71dc5de47d5b6c387f7208e3","Skein512_512":"6c51ee76e48e4753cdc194b1c042637a3368f7074b9d3bee1545cd60fd36d5871a22f8ba1a7f7462ec03c8588b0b6a3a546169e387b0a4fe8f6617ab17239ee6","SHA1":"f489c4c1d963cc47b79326bbe7f9c27d726aaa4d","SHA512":"a96fd51a66f71561a1030f684438b552bde53e3c43f75cd3fce15fd821939eb66422c354ea32abe3bb7f43b78ecd2f69959e0ed0903d0aa8a25755e9497e3e80","SHA256":"5cbef743b52c741751bb18a315019d4797435ae760b73f5fbf9f4617ed6aafa9"},"package-locations":["https://hackage.haskell.org/package/pushme-2.1.1/pushme-2.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/pushme-2.1.1.tar.gz"],"package-size":10859}

0 comments on commit 5dc3be1

Please sign in to comment.