From 508c16012de2d3007215188e47b0db47ec33c3aa Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 21 Jul 2019 14:53:00 +0200 Subject: [PATCH] make it build --- src/Model/Amount.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Model/Amount.hs b/src/Model/Amount.hs index d9f38c5..df13a36 100644 --- a/src/Model/Amount.hs +++ b/src/Model/Amount.hs @@ -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" ) + )