fix tricky warning with ghc 8
authorJoey Hess <joeyh@joeyh.name>
Tue, 15 Nov 2016 22:51:07 +0000 (18:51 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 15 Nov 2016 22:51:07 +0000 (18:51 -0400)
commit69915c6c9b5e41d600de052e870535845abbde96
tree72fe102adfabe95ad830e291986a036aa4849ba4
parent65c9485c3a55c66a5f79c593720500e8ab1a725d
fix tricky warning with ghc 8

Whether Route was exported from Assistant.WebApp.Types
or not depended on the version of ghc. So, explictly export it.
Assistant/Alert.hs
Assistant/WebApp/Types.hs