packages feed

bogocopy-0.1.0.2: bogocopy.cabal

name:                bogocopy
version:             0.1.0.2
synopsis:            Simple project template from stack
description:         
  Copies a directory tree, preserving permissions and modification times, but
  making zero-size sparse copies of big files. See the README file.

homepage:            https://github.com/phlummox/bogocopy
license:             BSD2
license-file:        LICENSE
author:              phlummox
maintainer:          phlummox2@gmail.com
copyright:           phlummox 2016 
category:            System Tools, Tools, File Manager
build-type:          Simple
tested-with:         GHC == 8.0.1 
cabal-version:       >=1.10
extra-source-files:  README.md

executable bogocopy
  hs-source-dirs:      src
  main-is:             Main.hs
  other-modules:       
      CmdArgs
    , Paths_bogocopy
    , Trunc
  default-language:    Haskell2010
  build-depends:       
      base >= 4.0 && < 5
    , directory >= 1.2.6.0
    , filepath
    , filemanip
    , optparse-applicative
    , shelly
    , text
    , transformers
    , unix

source-repository head
  type:     git
  location: https://github.com/phlummox/bogocopy