diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-20 13:10:48 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-20 13:10:48 -0400 |
| commit | 719286cb036d2623ce0604bd10584f2e88c7e49e (patch) | |
| tree | 6a72d21479894146139e877de03224ba938dc0c6 | |
| parent | 827b5a8fbc2a39ac9ebfa8571dab096071a1471d (diff) | |
rename module
| -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', |
