Skip to content

Commit

Permalink
[54] Remove redudant typeclass constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Jul 21, 2018
1 parent 4f8d806 commit 6c92f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/src/System/Etc/Internal/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ class IConfig config where
-> config
-> m (Set SomeConfigSource)
getSelectedConfigSource
:: (MonadThrow m, Typeable source, IConfigSource source)
:: (MonadThrow m, IConfigSource source)
=> [Text]
-> config
-> m source

0 comments on commit 6c92f97

Please sign in to comment.