From 1ff6303a5a08504a938fd845505323f6a9771977 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 28 Aug 2019 19:47:07 +0200 Subject: Initial version --- frotate.cabal | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 frotate.cabal (limited to 'frotate.cabal') diff --git a/frotate.cabal b/frotate.cabal new file mode 100644 index 0000000..d93a86e --- /dev/null +++ b/frotate.cabal @@ -0,0 +1,34 @@ +cabal-version: >=1.10 +name: frotate +version: 0.1.0 +license: PublicDomain +maintainer: pashev.igor@gmail.com +author: Igor Pashev +synopsis: Advanced rotation of backups and other things +category: Math, System +build-type: Simple +extra-source-files: + CHANGELOG.md + README.md + +source-repository head + type: git + location: https://github.com/ip1981/frotate.git + +executable frotate + main-is: Main.hs + hs-source-dirs: src + other-modules: + Lib + default-language: Haskell2010 + build-depends: + base < 50, + time -any, + optparse-applicative -any + +test-suite doctests + main-is: doctests.hs + hs-source-dirs: test + default-language: Haskell2010 + type: exitcode-stdio-1.0 + build-depends: base, doctest >= 0.8 -- cgit v1.2.3