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 #-}
|
{-# LANGUAGE RecordWildCards #-}
|
||||||
module Util where
|
module Util where
|
||||||
|
|
||||||
|
import Servant
|
||||||
|
|
||||||
import Opaleye
|
import Opaleye
|
||||||
|
|
||||||
import Data.ByteString.Lazy (fromStrict)
|
import Data.ByteString.Lazy (fromStrict)
|
||||||
|
|
Loading…
Reference in a new issue