summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Munn2020-02-25 13:45:35 +0700
committerJoey Hess2020-02-25 17:08:12 -0400
commit981a8d03fd2336e07b2ee23f68109626d0b2b614 (patch)
tree2eec3cf32f755be6161af4da2e0d288e7ffe2203
parentad4753cb34aa055b8163d7a9176ea08b89f7c95a (diff)
Allow building with GHC 8.8
-rw-r--r--src/Propellor/Property/Installer/Target.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Installer/Target.hs b/src/Propellor/Property/Installer/Target.hs
index c6889dc5..ce4bfed5 100644
--- a/src/Propellor/Property/Installer/Target.hs
+++ b/src/Propellor/Property/Installer/Target.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE TypeOperators #-}
+{-# LANGUAGE TypeOperators, RankNTypes, TypeFamilies, FlexibleContexts #-}
-- | Installation to a target disk.
--