summaryrefslogtreecommitdiff
path: root/src/Propellor/PrivData.hs
diff options
context:
space:
mode:
authorJoey Hess2016-03-25 02:05:26 -0400
committerJoey Hess2016-03-25 02:06:11 -0400
commit5d2d64678f506d23bdfddb3f7cc452ac1d7c42eb (patch)
tree334250da3335b2d5ac09d2bf8a0c7fb7882a9d83 /src/Propellor/PrivData.hs
parent2506453874aa30968d8533a603d295ac248273c5 (diff)
fix warnings
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]