diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-21 18:55:33 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-21 18:55:33 -0400 |
| commit | 6c92f1034f980718cef54cab58a1bcfdbc485f5d (patch) | |
| tree | 3a2bacdc7d3433b6326c01e9acf3f9d2101e04b3 /propellor.cabal | |
| parent | 04ea987075b869ea70cf55a193af7f5604ff0561 (diff) | |
split out info types
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal index e40b6e64..645e5fa1 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -113,8 +113,10 @@ Library Propellor.Engine Propellor.Exception Propellor.Types - Propellor.Types.OS + Propellor.Types.Chroot + Propellor.Types.Docker Propellor.Types.Dns + Propellor.Types.OS Propellor.Types.PrivData Other-Modules: Propellor.Git |
