Ref: reduce dependencies (#5936)

This commit is contained in:
Dmitry Olshansky 2021-04-04 15:41:44 +03:00 committed by GitHub
parent 636c6f1d32
commit 1d2fcbd9ed
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ library
postgresql-simple,
openapi3,
uuid,
yesod-core,
path-pieces,
hs-source-dirs:
src
default-language:

View File

@ -23,7 +23,7 @@ import Database.PostgreSQL.Simple.ToField (ToField)
import GHC.Generics (Generic)
import Test.QuickCheck
import Web.HttpApiData
import Yesod.Core (PathPiece(..))
import Web.PathPieces (PathPiece(..))
newtype Id t = Id { unId :: UUID }
deriving