small aesthetic fixes
This commit is contained in:
parent
64819144c6
commit
0630b5961e
2 changed files with 4 additions and 4 deletions
|
@ -238,8 +238,8 @@ productShortOverviewSelect
|
|||
-> MateHandler [ProductShortOverview]
|
||||
productShortOverviewSelect refine conn = do
|
||||
prods <- liftIO $ runSelect conn (produceProductOverviews refine)
|
||||
:: MateHandler [
|
||||
( Int
|
||||
:: MateHandler
|
||||
[( Int
|
||||
, Text
|
||||
, Int
|
||||
, Maybe Int
|
||||
|
|
|
@ -8,8 +8,8 @@ import GHC.Generics
|
|||
|
||||
|
||||
data PurchaseDetail = PurchaseDetail
|
||||
{ purchaseDetailBeverage :: Int
|
||||
, purchaseDetailAmount :: Int
|
||||
{ purchaseDetailProduct :: Int
|
||||
, purchaseDetailAmount :: Int
|
||||
}
|
||||
deriving (Generic, Show)
|
||||
|
||||
|
|
Loading…
Reference in a new issue