packages feed

hashrename-0.1.1.0: hashrename.cabal

name:                hashrename
version:             0.1.1.0
synopsis:            Rename every file in a directory with his SHA1 hash.
description:
  
  hashrename is a small program to that renames every file in a given
  directory by using (a portion) of its SHA1 hash. To clean up a messy
  directory call hashrename <path> or just hashrename to use the current one.

homepage:            https://gist.github.com/rnhmjoj/20ea1b366d45b1c4c0e8
license:             GPL-3
license-file:        LICENSE
author:              rnhmjoj
maintainer:          rnhmjoj@inventati.org
copyright:           Copyright (c) Michele Guerini Rocco
category:            Utility
build-type:          Simple
extra-source-files:  README.md, LICENSE
cabal-version:       >=1.10

source-repository head
  type: git
  location: https://github.com/rnhmjoj/hashrename

executable hashrename
  main-is:             Main.hs
  build-depends:       base >= 4.8 && <5.0, directory, filepath,
                       cryptohash, bytestring
  default-language:    Haskell2010