make it build

This commit is contained in:
nek0 2019-07-21 14:53:00 +02:00
parent 69294cdf53
commit 508c16012d

View file

@ -1,3 +1,4 @@
{-# LANGUAGE OverloadedStrings #-}
module Model.Amount where
import Data.Profunctor.Product (p5)
@ -39,3 +40,4 @@ amountTable = table "amount" (
, tableField "amounts_price"
, tableField "amounts_verified"
)
)