Avoid calling getPOSIXTime more than necessary
This commit is contained in:
@@ -30,6 +30,7 @@ executable postgrest
|
||||
"-with-rtsopts=-N -I2"
|
||||
default-language: Haskell2010
|
||||
build-depends: aeson (>= 0.8 && < 0.10) || (>= 0.11 && < 0.12)
|
||||
, auto-update
|
||||
, base >= 4.8 && < 6
|
||||
, bytestring
|
||||
, bytestring-tree-builder == 0.2.7
|
||||
@@ -152,6 +153,7 @@ Test-Suite spec
|
||||
, SpecHelper
|
||||
, TestTypes
|
||||
Build-Depends: aeson
|
||||
, auto-update
|
||||
, aeson-qq
|
||||
, async
|
||||
, base
|
||||
|
||||
Reference in New Issue
Block a user