diff options
| -rw-r--r-- | propellor.cabal | 2 | ||||
| -rw-r--r-- | src/Propellor/Types/PropTypes.hs (renamed from src/Propellor/Types/Target.hs) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/propellor.cabal b/propellor.cabal index 4db210d0..f84403f2 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -152,9 +152,9 @@ Library Propellor.Types.Info Propellor.Types.OS Propellor.Types.PrivData + Propellor.Types.PropTypes Propellor.Types.Result Propellor.Types.ResultCheck - Propellor.Types.Target Propellor.Types.ZFS Other-Modules: Propellor.Bootstrap 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', |
