diff options
Diffstat (limited to 'src/Propellor/DotDir.hs')
| -rw-r--r-- | src/Propellor/DotDir.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/DotDir.hs b/src/Propellor/DotDir.hs index 125cec3f..dc881eeb 100644 --- a/src/Propellor/DotDir.hs +++ b/src/Propellor/DotDir.hs @@ -271,7 +271,7 @@ minimalConfig = do , " Main-Is: config.hs" , " GHC-Options: -threaded -Wall -fno-warn-tabs -O0" , " Extensions: TypeOperators" - , " Build-Depends: propellor >= 3.0, base >= 3" + , " Build-Depends: propellor >= 3.0, base >= 4.9" ] configcontent = [ "-- This is the main configuration file for Propellor, and is used to build" |
