summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/FreeBSD/Pkg.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/FreeBSD/Pkg.hs')
-rw-r--r--src/Propellor/Property/FreeBSD/Pkg.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/FreeBSD/Pkg.hs b/src/Propellor/Property/FreeBSD/Pkg.hs
index 913710f7..6bbd2570 100644
--- a/src/Propellor/Property/FreeBSD/Pkg.hs
+++ b/src/Propellor/Property/FreeBSD/Pkg.hs
@@ -2,7 +2,7 @@
--
-- FreeBSD pkgng properties
-{-# Language ScopedTypeVariables, GeneralizedNewtypeDeriving #-}
+{-# Language ScopedTypeVariables, GeneralizedNewtypeDeriving, DeriveDataTypeable #-}
module Propellor.Property.FreeBSD.Pkg where