summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Apt.hs
diff options
context:
space:
mode:
authorJoey Hess2015-12-19 16:53:17 -0400
committerJoey Hess2015-12-19 16:53:17 -0400
commit898d404788ee93f66aad03120761afbb7a725a43 (patch)
tree05dbd18adba372ee83764b0a1a39eac2a8cc3862 /src/Propellor/Property/Apt.hs
parent6f0fe3614f3c55c4a9e312aa6fa6730316fe5ec7 (diff)
parent714270abfcf6433da29dc80fdcaff740ad2a0169 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Apt.hs')
-rw-r--r--src/Propellor/Property/Apt.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs
index a177c42f..d16c4855 100644
--- a/src/Propellor/Property/Apt.hs
+++ b/src/Propellor/Property/Apt.hs
@@ -3,10 +3,11 @@
module Propellor.Property.Apt where
import Data.Maybe
-import Control.Applicative
import Data.List
import System.IO
import Control.Monad
+import Control.Applicative
+import Prelude
import Propellor.Base
import qualified Propellor.Property.File as File