diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-07 03:00:49 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-07 03:00:49 -0400 |
| commit | a1679dfd92b0ecaf2f4bea8c1bb9b1c74d261f13 (patch) | |
| tree | 6d35b03f9ca27e77d62ad6746cc19839d5578325 /src/Propellor | |
| parent | 8c2a9de94b179c01fbb40324a5c06101f0713e9c (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/Property/Grub.hs | 1 |
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 |
