From 981a8d03fd2336e07b2ee23f68109626d0b2b614 Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Tue, 25 Feb 2020 13:45:35 +0700 Subject: Allow building with GHC 8.8 --- src/Propellor/Property/Installer/Target.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property') 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. -- -- cgit v1.2.3