photoname-2.1: photoname.cabal
name: photoname
cabal-version: >= 1.2
version: 2.1
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: 2007, 2008 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, exif, filepath, mtl, old-locale, parsec,
time, unix
ghc-options: -Wall
hs-source-dirs: src