hakyll-filestore 0.1.12 → 0.1.13
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~hakylldep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, hakyll, time
API changes (from Hackage documentation)
Files
- hakyll-filestore.cabal +4/−4
hakyll-filestore.cabal view
@@ -1,5 +1,5 @@ Name: hakyll-filestore-Version: 0.1.12+Version: 0.1.13 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@@ -24,10 +24,10 @@ , Hakyll.FileStore.Git.Context , Hakyll.FileStore.Darcs.Context Build-Depends:- base >=4.8 && <4.22+ base >=4.8 && <4.23 , filestore >=0.6 && <0.7- , hakyll >=4.7 && <4.17- , time >=1.5 && <1.15+ , hakyll >=4.7 && <4.18+ , time >=1.5 && <1.17 , time-locale-compat >=0.1 && <0.2 Source-Repository head