mirror of
https://github.com/NorfairKing/feedback.git
synced 2024-11-23 05:23:37 +03:00
Add missing pure
This commit is contained in:
parent
1bfaf48b99
commit
8960d8cc02
@ -37,5 +37,5 @@ runFeedbackTest = do
|
||||
#ifdef MIN_VERSION_safe_coloured_text_terminfo
|
||||
getTermCaps = getTerminalCapabilitiesFromEnv
|
||||
#else
|
||||
getTermCaps = WithoutColours
|
||||
getTermCaps = pure WithoutColours
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user