Changelog History
Page 2
-
v0.6.0.1
May 05, 2014 -
v0.6.0.0 Changes
Complete rewrite
Added
pretty
andspec
interpretersLayout nodes can be configured with user/group and file permissions
Added symlinks with optionally checked source existence
File contents can be specified as raw bytes or text data
File can be declared the copy of another file
-
v0.4.0.0 Changes
Self-balancing
Semigroup
,Apply
,Applicative
,Bind
, andMonad
instance forNode
. That way we have reasonable auto-derivedEq
andOrd
instancesAdded
name
,names
,next
,node
traversals and fixedfile
anddirectory
Added
Layout
construction from existing directories viafromDirectory
-
v0.3.1.0 Changes
- Fixed build for GHC 7.4
-
v0.3.0.0 Changes
Removed parser stuff
Added
Default
,Semigroup
,Monoid
, andApplicative
instances forLayout
Added "extractors" (
System.Directory.Layout.Lens
)Added
Apply
andBind
instances forLayout
Added
Ord
instance forLayout
Added
Foldable
andTraversable
instances forLayout
Rewrote Check and Make (unified errors, simpler implementation)