add missing Servant import

This commit is contained in:
nek0 2022-04-15 20:53:37 +02:00
parent d83041eb3b
commit bf0af54438
1 changed files with 2 additions and 0 deletions

View File

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