photoname
----------

author: Dino Morelli <dino@ui3.info>


*about*

photoname is a command-line utility for renaming/moving photo image
files. The new folder location and naming are determined by the the
photo shoot date information contained within the file's EXIF tags.

This program is known to build with GHC 6.12.3


*install*

With cabal-install, get it directly from Hackage:

   $ cabal install photoname

Or manually after unpacking source:

   $ runhaskell Setup.lhs configure
   $ runhaskell Setup.lhs build
   $ runhaskell Setup.lhs test
   $ runhaskell Setup.lhs install
