Skip to content

Commit 6c92f97

Browse files
committed
[54] Remove redudant typeclass constraint
1 parent 4f8d806 commit 6c92f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/src/System/Etc/Internal/Types.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)