make it build
This commit is contained in:
parent
69294cdf53
commit
508c16012d
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
module Model.Amount where
|
module Model.Amount where
|
||||||
|
|
||||||
import Data.Profunctor.Product (p5)
|
import Data.Profunctor.Product (p5)
|
||||||
|
@ -39,3 +40,4 @@ amountTable = table "amount" (
|
||||||
, tableField "amounts_price"
|
, tableField "amounts_price"
|
||||||
, tableField "amounts_verified"
|
, tableField "amounts_verified"
|
||||||
)
|
)
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in a new issue