From d436af8f42e05272e369af3f69a65bac157db725 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 19 Jun 2016 21:06:19 +0900 Subject: Typeable in Schroot.hs --- src/Propellor/Property/Schroot.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Propellor/Property') diff --git a/src/Propellor/Property/Schroot.hs b/src/Propellor/Property/Schroot.hs index 0e52f1a4..bb20f6e6 100644 --- a/src/Propellor/Property/Schroot.hs +++ b/src/Propellor/Property/Schroot.hs @@ -1,5 +1,7 @@ -- | Maintainer: Sean Whitton +{-# LANGUAGE DeriveDataTypeable #-} + module Propellor.Property.Schroot where import Propellor.Base @@ -9,7 +11,7 @@ import qualified Propellor.Property.Apt as Apt import Utility.FileMode -data UseOverlays = UseOverlays deriving (Eq, Show) +data UseOverlays = UseOverlays deriving (Eq, Show, Typeable) -- | Indicate that a schroots on a host should use @union-type=overlay@ -- -- cgit v1.2.3