From 4d50a8dde7dbe9ab5571290b0963a992357ebc22 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Wed, 14 Apr 2021 18:16:19 +0100 Subject: [PATCH] Fix map-strict-properties It was actually testing the lazy version --- containers-tests/containers-tests.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/containers-tests/containers-tests.cabal b/containers-tests/containers-tests.cabal index 3e5ba681d..1c8cd684a 100644 --- a/containers-tests/containers-tests.cabal +++ b/containers-tests/containers-tests.cabal @@ -271,6 +271,7 @@ test-suite map-strict-properties hs-source-dirs: tests main-is: map-properties.hs type: exitcode-stdio-1.0 + cpp-options: -DSTRICT build-depends: containers-tests build-depends: array >=0.4.0.0