packages feed

hakyll-filestore 0.1.8 → 0.1.9

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~hakylldep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hakyll, time

API changes (from Hackage documentation)

Files

hakyll-filestore.cabal view
@@ -1,5 +1,5 @@ Name:                hakyll-filestore-Version:             0.1.8+Version:             0.1.9 Synopsis:            FileStore utilities for Hakyll Description:         These utilities can (in particular) be used for extracting                      date and author information for items from a darcs, git or@@ -26,8 +26,8 @@   Build-Depends:       base >=4.8 && <4.15     , filestore >=0.6 && <0.7-    , hakyll >=4.7 && <4.14-    , time >=1.5 && <1.12+    , hakyll >=4.7 && <4.15+    , time >=1.5 && <1.10     , time-locale-compat >=0.1 && <0.2  Source-Repository head