From 6269b08863cdac6ddf023ca409c3131cbe5bc5e3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Mar 2014 14:06:20 -0400 Subject: propellor spin --- propellor.cabal | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index 0abc7d7c..0b551c80 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -25,19 +25,19 @@ Description: Executable propellor Main-Is: config.hs - GHC-Options: -Wall + GHC-Options: -Wall -XPackageImports Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, - containers + containers, dataenc if (! os(windows)) Build-Depends: unix Library - GHC-Options: -Wall + GHC-Options: -Wall -XPackageImports Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, - containers + containers, dataenc if (! os(windows)) Build-Depends: unix @@ -65,6 +65,7 @@ Library Propellor.Types Other-Modules: Utility.Applicative + Utility.Base64 Utility.Data Utility.Directory Utility.Env -- cgit v1.3-2-g0d8e