hakyll-filestore 0.1.7 → 0.1.8
raw patch · 2 files changed
+3/−5 lines, 2 filesdep ~basedep ~timesetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, time
API changes (from Hackage documentation)
Files
- Setup.hs +0/−2
- hakyll-filestore.cabal +3/−3
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
hakyll-filestore.cabal view
@@ -1,5 +1,5 @@ Name: hakyll-filestore-Version: 0.1.7+Version: 0.1.8 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.13+ base >=4.8 && <4.15 , filestore >=0.6 && <0.7 , hakyll >=4.7 && <4.14- , time >=1.5 && <1.10+ , time >=1.5 && <1.12 , time-locale-compat >=0.1 && <0.2 Source-Repository head