packages feed

photoname-3.0.1: photoname.cabal

name:                photoname
cabal-version:       >= 1.8
version:             3.0.1
build-type:          Simple
license:             BSD3
license-file:        LICENSE
copyright:           2007-2012 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.
category:            Application, Console
tested-with:         GHC >= 7.6.1

extra-source-files:  testsuite/resources/*.jpg

executable           photoname
   main-is:          photoname.hs
   build-depends:    base >= 3 && < 5, directory, exif, filepath, mtl, 
                     old-locale, parsec, time, unix
   other-modules:    Photoname.Common
                     Photoname.DateFormat
                     Photoname.Date
                     Photoname.Exif
                     Photoname.Opts
                     Photoname.SerialFormat
   hs-source-dirs:   src
   ghc-options:      -Wall

test-suite           photoname-tests
   type:             exitcode-stdio-1.0
   main-is:          runtests.hs
   build-depends:    base, directory, exif, filepath, HUnit, mtl,
                     old-locale, parsec, process, regex-posix, time,
                     unix
   other-modules:    TestHelp
                     TestLink
                     Util
   hs-source-dirs:   src testsuite
   ghc-options:      -Wall