server/config: tiny tweak
This commit is contained in:
parent
58b43cf64c
commit
4f78e487a4
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ instance OVERLAPPABLE_
|
||||||
HasConfigEntry xs val => HasConfigEntry (notIt ': xs) val where
|
HasConfigEntry xs val => HasConfigEntry (notIt ': xs) val where
|
||||||
getConfigEntry (_ :. xs) = getConfigEntry xs
|
getConfigEntry (_ :. xs) = getConfigEntry xs
|
||||||
|
|
||||||
instance OVERLAPPABLE_
|
instance OVERLAPPING_
|
||||||
HasConfigEntry (val ': xs) val where
|
HasConfigEntry (val ': xs) val where
|
||||||
getConfigEntry (x :. _) = x
|
getConfigEntry (x :. _) = x
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue