summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/FreeBSD/Pkg.hs
diff options
context:
space:
mode:
authorJoey Hess2016-03-08 23:50:11 -0400
committerJoey Hess2016-03-08 23:50:11 -0400
commit6991fdd75285e4d2173d92251780bec02fd91660 (patch)
tree8d273e544b6ed9db0fb1bad80a63bb9ed5be72ce /src/Propellor/Property/FreeBSD/Pkg.hs
parent7f24020d963714dd8d4b624b0240fefcd81cc9e3 (diff)
fix to build with ghc 7.6.3
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