From df8e97ccb758ef7306d1a47b5b5ae5b6185af470 Mon Sep 17 00:00:00 2001 From: Marc Scholten Date: Sun, 8 Nov 2020 14:55:12 +0100 Subject: [PATCH] Fixed build --- ihp.cabal | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ihp.cabal b/ihp.cabal index 7dfa476aa..099cf1c19 100644 --- a/ihp.cabal +++ b/ihp.cabal @@ -76,6 +76,9 @@ common shared-properties , http-client , http-client-tls , resource-pool + , unordered-containers + , scientific + , vector default-extensions: OverloadedStrings , NoImplicitPrelude