name: minirotate version: 0.1.1.0 synopsis: Minimalistic file rotation utility description: minirotate is minimalistic file rotation utility designed for calling from cron or similar tool. category: Development license: BSD3 license-file: LICENSE author: Krzysztof Skrzetnicki maintainer: Krzysztof Skrzetnicki homepage: http://tener.github.com/haskell-minirotate stability: Beta build-type: Simple cabal-version: >= 1.6 extra-source-files: README source-repository head Type: Git Location: http://github.com/Tener/haskell-minirotate.git -- This field will be bumped each time tag is actually made source-repository this Type: Git Location: http://github.com/Tener/haskell-minirotate.git Tag: 0.1.1.0 executable minirotate hs-source-dirs: src other-modules: Pattern, Options main-is: Main.hs build-depends: filepath >= 1.1.0 && < 1.2.0, base >= 4 && < 5, directory >= 1, data-accessor-template == 0.2.1.3, data-accessor == 0.2.1.2, old-time >= 1, old-locale, safe == 0.2, split == 0.1.2, mtl >= 1.1.0