packages feed

shikensu 0.3.1 → 0.3.2

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

shikensu.cabal view
@@ -1,5 +1,5 @@ name: shikensu-version: 0.3.1+version: 0.3.2 category: File IO  synopsis:
src/Shikensu.hs view
@@ -56,7 +56,7 @@  {-| Same as `list`, but given a relative directory. -> listRelative ["*.md"] ./articles+> listRelative ["*.md"] "./articles" -} listRelative :: [Pattern] -> FilePath -> IO Dictionary listRelative patterns relativePath =