add missing Servant import

This commit is contained in:
nek0 2022-04-15 20:53:37 +02:00
parent d83041eb3b
commit bf0af54438

View file

@ -3,6 +3,8 @@
{-# LANGUAGE RecordWildCards #-}
module Util where
import Servant
import Opaleye
import Data.ByteString.Lazy (fromStrict)