little improvements

This commit is contained in:
Denis Redozubov 2016-03-12 12:21:41 +03:00
parent 7484780013
commit 54273878b9

View file

@ -7,6 +7,7 @@
module Servant.API.Internal.Test.ComprehensiveAPI where
import Data.Proxy
import Servant.API
type GET = Get '[JSON] ()