diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-04 01:12:44 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-04 01:12:44 -0400 |
| commit | 8bb175d1078de6add55f5c5f689693495d141436 (patch) | |
| tree | 74173c19b2b293b94d993398c41a3063d2f5b364 /propellor.cabal | |
| parent | eea8637afe78ceff25ddd11d365a3fc022cc5fa4 (diff) | |
| parent | ccc82907124ccd2ad4951c2c4946ae20af007530 (diff) | |
Merge branch 'joeyconfig'
Conflicts:
config.hs
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/propellor.cabal b/propellor.cabal index b06d1071..5d601393 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 0.2.1 +Version: 0.2.2 Cabal-Version: >= 1.6 License: GPL Maintainer: Joey Hess <joey@kitenet.net> @@ -14,8 +14,6 @@ Extra-Source-Files: README.md TODO CHANGELOG - config-simple.hs - config-joeyh.hs Makefile debian/changelog debian/README.Debian @@ -64,6 +62,8 @@ Library Exposed-Modules: Propellor + Propellor.Config.Simple + Propellor.Config.Joey Propellor.Property Propellor.Property.Apt Propellor.Property.Cmd @@ -87,6 +87,7 @@ Library Other-Modules: Propellor.CmdLine Propellor.SimpleSh + Propellor.Property.Docker.Shim Utility.Applicative Utility.Data Utility.Directory @@ -94,6 +95,7 @@ Library Utility.Exception Utility.FileMode Utility.FileSystemEncoding + Utility.LinuxMkLibs Utility.Misc Utility.Monad Utility.Path |
