summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Grub.hs
diff options
context:
space:
mode:
authorJoey Hess2014-07-07 03:00:49 -0400
committerJoey Hess2014-07-07 03:00:49 -0400
commita1679dfd92b0ecaf2f4bea8c1bb9b1c74d261f13 (patch)
tree6d35b03f9ca27e77d62ad6746cc19839d5578325 /src/Propellor/Property/Grub.hs
parent8c2a9de94b179c01fbb40324a5c06101f0713e9c (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/Grub.hs')
-rw-r--r--src/Propellor/Property/Grub.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/Grub.hs b/src/Propellor/Property/Grub.hs
index 96b1e5bf..7ca6275b 100644
--- a/src/Propellor/Property/Grub.hs
+++ b/src/Propellor/Property/Grub.hs
@@ -3,7 +3,6 @@ module Propellor.Property.Grub where
import Propellor
import qualified Propellor.Property.File as File
import qualified Propellor.Property.Apt as Apt
-import Utility.Applicative
-- | Eg, hd0,0 or xen/xvda1
type GrubDevice = String