16 lines
616 B
Plaintext
16 lines
616 B
Plaintext
name: hashrename
|
|
version: 0.1.0.0
|
|
synopsis: Rename every file in a directory with his SHA1 hash. Perfect to clean messy folders.
|
|
license: MIT
|
|
license-file: LICENSE
|
|
author: rnhmjoj
|
|
maintainer: micheleguerinirocco@me.com
|
|
copyright: Copyright (c) Michele Guerini Rocco
|
|
category: Utility
|
|
build-type: Simple
|
|
cabal-version: >=1.10
|
|
|
|
executable hashrename
|
|
main-is: Main.hs
|
|
build-depends: base >=4.8 && <4.9, directory, filepath, cryptohash, bytestring
|
|
default-language: Haskell2010 |