photoname-2.2: photoname.cabal
name: photoname
cabal-version: >= 1.2
version: 2.2
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: 2007-2009 Dino Morelli
author: Dino Morelli
maintainer: Dino Morelli <dino@ui3.info>
stability: stable
homepage: http://ui3.info/d/proj/photoname.html
synopsis: Rename JPEG photo files based on shoot date
description:
Command-line utility for renaming/moving photo image files based on
EXIF tags. Written in Haskell.
category: Unclassified
tested-with: GHC>=6.8.2
executable photoname
main-is: photoname.hs
build-depends: base >= 3 && < 5, exif, filepath, mtl, old-locale,
parsec, time, unix
ghc-options: -Wall
hs-source-dirs: src