summaryrefslogtreecommitdiff
path: root/src/Propellor/PrivData.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/PrivData.hs')
-rw-r--r--src/Propellor/PrivData.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Propellor/PrivData.hs b/src/Propellor/PrivData.hs
index 6f3d4771..bc61c538 100644
--- a/src/Propellor/PrivData.hs
+++ b/src/Propellor/PrivData.hs
@@ -81,7 +81,7 @@ withPrivData
::
( IsContext c
, IsPrivDataSource s
- , IncludesInfo metatypes ~ True
+ , IncludesInfo metatypes ~ 'True
)
=> s
-> c
@@ -94,7 +94,7 @@ withSomePrivData
::
( IsContext c
, IsPrivDataSource s
- , IncludesInfo metatypes ~ True
+ , IncludesInfo metatypes ~ 'True
)
=> [s]
-> c
@@ -106,7 +106,7 @@ withPrivData'
::
( IsContext c
, IsPrivDataSource s
- , IncludesInfo metatypes ~ True
+ , IncludesInfo metatypes ~ 'True
)
=> ((PrivDataField, PrivData) -> v)
-> [s]