summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2014-07-09 22:11:31 -0400
committerJoey Hess <joeyh@debian.org>2014-07-09 22:11:31 -0400
commitf118c369d3240b656e4fef77b6efc758b3f714eb (patch)
tree0a3e0c6e134680e35665364b2cd6895863bcc990 /propellor.cabal
parent17b21794a72f6cfaddda321d6f2cbdb87ce3dee0 (diff)
parent82da31b3e0e9acdfbca4c48eb12ab1f28515ba10 (diff)
Record propellor (0.8.1) in archive suite sid
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal9
1 files changed, 6 insertions, 3 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 2ac8a44a..50067b8d 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -1,5 +1,5 @@
Name: propellor
-Version: 0.7.0
+Version: 0.8.1
Cabal-Version: >= 1.6
License: BSD3
Maintainer: Joey Hess <joey@kitenet.net>
@@ -25,7 +25,6 @@ Extra-Source-Files:
debian/copyright
debian/rules
debian/lintian-overrides
- .gitignore
Synopsis: property-based host configuration management in haskell
Description:
Propellor enures that the system it's run in satisfies a list of
@@ -81,6 +80,7 @@ Library
Propellor.Property.File
Propellor.Property.Git
Propellor.Property.Gpg
+ Propellor.Property.Grub
Propellor.Property.Network
Propellor.Property.Obnam
Propellor.Property.OpenId
@@ -92,8 +92,9 @@ Library
Propellor.Property.Sudo
Propellor.Property.Tor
Propellor.Property.User
- Propellor.Property.HostingProvider.DigitalOcean
Propellor.Property.HostingProvider.CloudAtCost
+ Propellor.Property.HostingProvider.DigitalOcean
+ Propellor.Property.HostingProvider.Linode
Propellor.Property.SiteSpecific.GitHome
Propellor.Property.SiteSpecific.JoeySites
Propellor.Property.SiteSpecific.GitAnnexBuilder
@@ -105,6 +106,7 @@ Library
Propellor.Types
Propellor.Types.OS
Propellor.Types.Dns
+ Propellor.Types.PrivData
Other-Modules:
Propellor.Types.Info
Propellor.CmdLine
@@ -126,6 +128,7 @@ Library
Utility.Process
Utility.SafeCommand
Utility.Scheduled
+ Utility.Table
Utility.ThreadScheduler
Utility.Tmp
Utility.UserInfo