packages feed

photoname-3.1: photoname.cabal

name:                photoname
cabal-version:       >= 1.8
version:             3.1
build-type:          Simple
license:             BSD3
license-file:        LICENSE
copyright:           2007-2015 Dino Morelli
author:              Dino Morelli 
maintainer:          Dino Morelli <dino@ui3.info>
stability:           stable
homepage:            http://hub.darcs.net/dino/photoname
synopsis:            Rename photo image files based on EXIF 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

source-repository    head
   type:             darcs
   location:         http://hub.darcs.net/dino/photoname

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