packages feed

backdropper-1.2: backdropper.cabal

Name:            backdropper
Version:         1.2
License:         GPL
license-file:    LICENSE
copyright:       (c) 2008, Yann Golanski.
Author:          Yann Golanski <yann@kierun.org>
maintainer:      yann@kierun.org
Synopsis:        Rotates backdrops for X11 displays using Imagemagic.
Description:     Rotates backdrops for X11 displays using Imagemagic.
Build-Type:      Simple
Cabal-Version:   >= 1.2

flag small_base
  description: Choose the new smaller, split-up base package.

Library
  Exposed-Modules: Rotating_backdrop_logic
  hs-source-dirs:  ./src

Executable backdropper_consol
  Main-Is:         backdropper_consol.hs

  if flag(small_base)
        build-depends: base >= 2 && < 4,
                       old-time,
                       directory,
                       process,
                       random,
                       haskell98
  else
        build-depends: base >= 2 && < 4
  build-depends:       hslogger
  hs-source-dirs:  ./src