packages feed

directory-layout 0.4.0.0 → 0.4.0.1

raw patch · 2 files changed

+7/−7 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

directory-layout.cabal view
@@ -1,5 +1,5 @@ name:          directory-layout-version:       0.4.0.0+version:       0.4.0.1 synopsis:      Declare, construct and verify directory layout description:   Language to express directory layouts category:      System
src/System/Directory/Layout/Traverse.hs view
@@ -54,11 +54,11 @@ -- % tree -- . -- ├── baz--- │   └── twey+-- │   └── twey -- └── foo --     ├── bar---     │   ├── quuz---     │   └── tatata+--     │   ├── quuz+--     │   └── tatata --     └── quux -- @ --@@ -88,11 +88,11 @@ -- % tree -- . -- ├── baz--- │   └── twey+-- │   └── twey -- └── foo --     ├── bar---     │   ├── quuz---     │   └── tatata+--     │   ├── quuz+--     │   └── tatata --     └── quux -- @ --