packages feed

attic-schedule-0.2.0: attic-schedule.cabal

name:                attic-schedule
version:             0.2.0
synopsis:            A script I use to run "attic" for my backups.
description:         Please see README.md
homepage:            http://github.com/passy/attic-schedule#readme
license:             BSD3
license-file:        LICENSE
author:              Pascal Hartig
maintainer:          phartig@rdrei.net
copyright:           2015 Pascal Hartig
category:            Web
build-type:          Simple
cabal-version:       >=1.10

executable attic-schedule
  hs-source-dirs:      src
  main-is:             Main.hs
  default-language:    Haskell2010
  Ghc-options:         -Wall
                       -Wcompat
                       -fwarn-tabs
                       -fwarn-incomplete-record-updates
                       -fwarn-monomorphism-restriction
                       -fwarn-unused-do-bind
  build-depends:       base >= 4.7 && < 5
                     , attoparsec
                     , control-bool
                     , foldl
                     , protolude
                     , system-filepath
                     , text
                     , time
                     , turtle

test-suite doctests
  type:                exitcode-stdio-1.0
  default-language:    Haskell2010
  ghc-options:         -threaded
  main-is:             doctests.hs
  build-depends:       base
                     , doctest >= 0.8