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 /src | |
| parent | 827b5a8fbc2a39ac9ebfa8571dab096071a1471d (diff) | |
rename module
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', |
