packages feed

hakyll-filestore 0.1.0 → 0.1.1

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~hakyll

Dependency ranges changed: hakyll

Files

hakyll-filestore.cabal view
@@ -1,5 +1,5 @@ Name:                hakyll-filestore-Version:             0.1.0+Version:             0.1.1 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@@ -29,4 +29,4 @@     , time >=1.5 && <1.6     , filestore >=0.6 && <0.7     , time-locale-compat >=0.1 && <0.2-    , hakyll >=4.7 && <4.8+    , hakyll >=4.7 && <4.9
src/Hakyll/FileStore/Context.hs view
@@ -204,8 +204,8 @@ fsAuthorEmailsField :: FileStore -- ^ 'FileStore' to work  in                     -> String    -- ^ Destination key                     -> Context a -- ^ Resulting context-fsAuthorEmailsField = flip fsAuthorEmailsFieldWith ","--- ^ @fsAuthorEmailsField = flip fsAuthorEmailsFieldWith ","@+fsAuthorEmailsField = flip fsAuthorEmailsFieldWith ", "+-- ^ @fsAuthorEmailsField = flip fsAuthorEmailsFieldWith ", "@  fsAuthorEmailsFieldWith :: FileStore -- ^ 'FileStore' to work  in                        -> String    -- ^ Intercalation delimeter