diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Types/PropTypes.hs (renamed from 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/PropTypes.hs index 420c6ed2..d3d04dca 100644 --- a/src/Propellor/Types/Target.hs +++ b/src/Propellor/Types/PropTypes.hs @@ -1,6 +1,6 @@ {-# LANGUAGE TypeOperators, PolyKinds, DataKinds, TypeFamilies, UndecidableInstances, FlexibleInstances, GADTs #-} -module Propellor.Types.Target ( +module Propellor.Types.PropTypes ( Property(..), mkProperty, mkProperty', |
