commit
336e3ccf84
|
@ -1,7 +1,5 @@
|
||||||
-- | This is the live config file used by propellor's author.
|
-- | This is the live config file used by propellor's author.
|
||||||
|
|
||||||
module Propellor.Config.Joey where
|
|
||||||
|
|
||||||
import Propellor
|
import Propellor
|
||||||
import Propellor.CmdLine
|
import Propellor.CmdLine
|
||||||
import qualified Propellor.Property.File as File
|
import qualified Propellor.Property.File as File
|
|
@ -1,8 +1,6 @@
|
||||||
-- | This is the main configuration file for Propellor, and is used to build
|
-- | This is the main configuration file for Propellor, and is used to build
|
||||||
-- the propellor program.
|
-- the propellor program.
|
||||||
|
|
||||||
module Propellor.Config.Simple where
|
|
||||||
|
|
||||||
import Propellor
|
import Propellor
|
||||||
import Propellor.CmdLine
|
import Propellor.CmdLine
|
||||||
import qualified Propellor.Property.File as File
|
import qualified Propellor.Property.File as File
|
|
@ -15,6 +15,8 @@ Extra-Source-Files:
|
||||||
TODO
|
TODO
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
Makefile
|
Makefile
|
||||||
|
config-simple.hs
|
||||||
|
config-joey.hs
|
||||||
debian/changelog
|
debian/changelog
|
||||||
debian/README.Debian
|
debian/README.Debian
|
||||||
debian/propellor.1
|
debian/propellor.1
|
||||||
|
|
Loading…
Reference in New Issue