diff options
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/propellor.cabal b/propellor.cabal index 779c7df2..80a05f46 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -29,7 +29,7 @@ Executable propellor Extensions: PackageImports Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, - containers, dataenc + containers, base64-bytestring if (! os(windows)) Build-Depends: unix @@ -67,7 +67,6 @@ Library Propellor.Types Other-Modules: Utility.Applicative - Utility.Base64 Utility.Data Utility.Directory Utility.Env |
