summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2016-03-24 17:31:06 -0400
committerJoey Hess2016-03-24 17:31:06 -0400
commit84e3b7c5e2984055d090c5c27c0f1487573301fc (patch)
tree4657eb7510c4e37a5f34b6c76716491eaac0a7a6 /src/Propellor/Types.hs
parent83cd812ab5ac787769b34f59d1763f3c8648f06a (diff)
prune
Diffstat (limited to 'src/Propellor/Types.hs')
-rw-r--r--src/Propellor/Types.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs
index d30a39f3..3ca7c8dc 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -1,13 +1,9 @@
{-# LANGUAGE PackageImports #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
-{-# LANGUAGE GADTs #-}
-{-# LANGUAGE EmptyDataDecls #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE TypeFamilies #-}
-{-# LANGUAGE DeriveDataTypeable #-}
-{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE PolyKinds #-}
module Propellor.Types