cron 0.1.2 → 0.2.0
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~attoparsec
Dependency ranges changed: attoparsec
Files
- changelog +2/−0
- cron.cabal +3/−2
+ changelog view
@@ -0,0 +1,2 @@+# 0.1.2+* Relax dependency on text to allow 1.0
cron.cabal view
@@ -1,5 +1,5 @@ Name: cron-Version: 0.1.2+Version: 0.2.0 Description: Cron data structure and Attoparsec parser. The idea is to embed it in larger systems which want to roll their own scheduled tasks in a format that people@@ -25,6 +25,7 @@ Extra-Source-Files: README.md LICENSE+ changelog test/Spec.hs test/System/Cron/ParserSpec.hs test/System/CronSpec.hs@@ -37,7 +38,7 @@ Ghc-Options: -Wall Hs-source-dirs: src build-depends: base >= 4 && < 5,- attoparsec == 0.10.*,+ attoparsec >= 0.10, text >= 0.11 && < 2, time >= 1.4