summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/FreeBSD.hs
blob: 0943597f8cf1db12ba489a7256c95d129fd6c862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- | FreeBSD Properties
--
-- Copyright 2016 Evan Cofsky <evan@theunixman.com>
-- License: BSD 2-clause
--
-- This module is designed to be imported unqualified.

module Propellor.Property.FreeBSD (
	module Propellor.Property.FreeBSD.Pkg,
	module Propellor.Property.FreeBSD.Poudriere
) where

import Propellor.Property.FreeBSD.Pkg
import Propellor.Property.FreeBSD.Poudriere