hakyll-filestore 0.1.5 → 0.1.6
raw patch · 1 files changed
+9/−6 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 +9/−6
hakyll-filestore.cabal view
@@ -1,5 +1,5 @@ Name: hakyll-filestore-Version: 0.1.5+Version: 0.1.6 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@@ -14,10 +14,9 @@ Extra-Source-Files: README.md Cabal-Version: >=1.10 - Library HS-Source-Dirs: src- GHC-Options: -O3 -Wall+ GHC-Options: -O2 -Wall Default-Language: Haskell2010 Exposed-Modules: Hakyll.FileStore.Context@@ -25,8 +24,12 @@ , Hakyll.FileStore.Git.Context , Hakyll.FileStore.Darcs.Context Build-Depends:- base >=4.8 && <4.10- , time >=1.5 && <1.7+ base >=4.8 && <4.12+ , time >=1.5 && <1.10 , filestore >=0.6 && <0.7 , time-locale-compat >=0.1 && <0.2- , hakyll >=4.7 && <4.10+ , hakyll >=4.7 && <4.13++Source-Repository head+ Type: git+ Location: https://gitlab.com/aergus/hakyll-filestore.git