File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
etc/src/System/Etc/Internal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ _getConfigValueWith parser keys0 (Config configValue0) =
6666 in loop keys0 configValue0
6767
6868_getSelectedConfigSource
69- :: (MonadThrow m , Typeable result , IConfigSource result ) => [Text ] -> Config -> m result
69+ :: (MonadThrow m , IConfigSource result ) => [Text ] -> Config -> m result
7070_getSelectedConfigSource keys0 (Config configValue0) =
7171 let loop keys configValue = case (keys, configValue) of
7272 ([] , ConfigValue sources) -> case Set. maxView sources of
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ class IConfig config where
284284 -> config
285285 -> m (Set SomeConfigSource )
286286 getSelectedConfigSource
287- :: (MonadThrow m , Typeable source , IConfigSource source )
287+ :: (MonadThrow m , IConfigSource source )
288288 => [Text ]
289289 -> config
290290 -> m source
You can’t perform that action at this time.
0 commit comments