summaryrefslogtreecommitdiff
path: root/src/Propellor/Types
diff options
context:
space:
mode:
authorJoey Hess2016-05-01 17:51:34 -0400
committerJoey Hess2016-05-01 17:51:34 -0400
commit6f958a6acb90779dcbc3e96acbddcfc62b3f3b48 (patch)
tree7c57e40e6366ac27726c2a83d9f6dd6467c6599e /src/Propellor/Types
parentce5b62a5bbba51dbf18087646e271ccf06dc55e1 (diff)
Remove Propellor.DotDir from the propellor library, as its use of Paths_propellor prevents use of the module out of propellor's tree.
Failure looked like: /home/lukas/.propellor/.cabal-sandbox/lib/x86_64-linux-ghc-7.10.3/propellor-3.0. 1-0JokOieT9kY9W7enKSzFHh/libHSpropellor-3.0.1-0JokOieT9kY9W7enKSzFHh.a(DotDir.o) :(.text+0x591): undefined reference to `propezu0JokOieT9kY9W7enKSzzFHh_Pathszupropellor_getLibDir_closure' This module is only needed for the wrapper program anyway, which handles --init. This does mean that ./propellor --init in propellor's tree will fail even though the help shows --init as an option.
Diffstat (limited to 'src/Propellor/Types')
-rw-r--r--src/Propellor/Types/CmdLine.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Types/CmdLine.hs b/src/Propellor/Types/CmdLine.hs
index 0773d9d9..558c6e8b 100644
--- a/src/Propellor/Types/CmdLine.hs
+++ b/src/Propellor/Types/CmdLine.hs
@@ -28,5 +28,4 @@ data CmdLine
| ChrootChain HostName FilePath Bool Bool
| GitPush Fd Fd
| Check
- | Init
deriving (Read, Show, Eq)