File: property_combinator_ordering.mdwn

package info (click to toggle)
propellor 5.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,788 kB
  • sloc: haskell: 17,913; makefile: 58; perl: 38; sh: 28
file content (8 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
when I write

	setDistribution cfg = f `File.hasContent` cfg
		`onChange` update
		`requires` File.dirExists confDir

is update called before ensuring the confiDir Exist ?
It seems to me but who knows ?