hashrename/hashrename.cabal
2018-01-30 10:38:49 +01:00

30 lines
1.0 KiB
Plaintext

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://github.com/rnhmjoj/hashrename
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