This commit is contained in:
Joey Hess 2015-03-30 19:31:53 -04:00
parent 141de1c921
commit dcf1c438c3
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2015-03-30T23:26:38Z"
content="""
As to a mixed unstable/experimental machine, such a machine has a Property
of having somepackage installed from experimental. One way to represent
that is by defining a property:
installedFromExperimental :: [Package] -> Property NoInfo
installedFromExperimental = Apt.installed' ["-y", "-texperimental"]
"""]]