diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-20 12:18:09 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-20 12:18:09 -0400 |
| commit | 3ad1bf47a85a201dc0922c46bf862930d248e5a1 (patch) | |
| tree | a896005dbddb131f566d798dcbc3584ed449c4d3 /src | |
| parent | 7972bc1b5a4dbc24f0625556bedb161cb559ffc4 (diff) | |
cleanup
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Types/Target.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types/Target.hs b/src/Propellor/Types/Target.hs index 55b4c947..784937b1 100644 --- a/src/Propellor/Types/Target.hs +++ b/src/Propellor/Types/Target.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE TypeOperators, PolyKinds, DataKinds, TypeFamilies, UndecidableInstances, AllowAmbiguousTypes, TypeSynonymInstances, FlexibleInstances, ScopedTypeVariables, GADTs #-} +{-# LANGUAGE TypeOperators, PolyKinds, DataKinds, TypeFamilies, UndecidableInstances, FlexibleInstances, GADTs #-} module Propellor.Types.Target ( Property(..), |
