add missing Servant import
This commit is contained in:
parent
d83041eb3b
commit
bf0af54438
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
{-# LANGUAGE RecordWildCards #-}
|
||||
module Util where
|
||||
|
||||
import Servant
|
||||
|
||||
import Opaleye
|
||||
|
||||
import Data.ByteString.Lazy (fromStrict)
|
||||
|
|
Loading…
Reference in a new issue