summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal8
1 files changed, 8 insertions, 0 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 1366d89e..4e0e1db2 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -16,6 +16,7 @@ Extra-Source-Files:
CHANGELOG
Makefile
config-simple.hs
+ config-freebsd.hs
joeyconfig.hs
config.hs
contrib/post-checkout-hook
@@ -84,6 +85,9 @@ Library
Propellor.Property.Fail2Ban
Propellor.Property.File
Propellor.Property.Firewall
+ Propellor.Property.FreeBSD
+ Propellor.Property.FreeBSD.Pkg
+ Propellor.Property.FreeBSD.Poudriere
Propellor.Property.Git
Propellor.Property.Gpg
Propellor.Property.Group
@@ -118,6 +122,9 @@ Library
Propellor.Property.Unbound
Propellor.Property.User
Propellor.Property.Uwsgi
+ Propellor.Property.ZFS
+ Propellor.Property.ZFS.Process
+ Propellor.Property.ZFS.Properties
Propellor.Property.HostingProvider.CloudAtCost
Propellor.Property.HostingProvider.DigitalOcean
Propellor.Property.HostingProvider.Linode
@@ -147,6 +154,7 @@ Library
Propellor.Types.Result
Propellor.Types.ResultCheck
Propellor.Types.CmdLine
+ Propellor.Types.ZFS
Other-Modules:
Propellor.Bootstrap
Propellor.Git