packages feed

photoname-2.0: photoname.cabal

name:                photoname
version:             2.0
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
build-depends:       base, exif, filepath, mtl, old-locale, parsec, time, unix
main-is:             Main.hs
ghc-options:         -Wall
hs-source-dirs:      src