From c793c756b929656f34644407035ce1178612ff10 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Thu, 23 Jan 2020 18:34:29 +1100 Subject: [PATCH] Fix compiler warning --- src/Grenade/Core/Shape.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Grenade/Core/Shape.hs b/src/Grenade/Core/Shape.hs index e939726..6a0d78c 100644 --- a/src/Grenade/Core/Shape.hs +++ b/src/Grenade/Core/Shape.hs @@ -21,9 +21,10 @@ Stability : experimental module Grenade.Core.Shape ( S (..) , Shape (..) - , Sing (..) #if MIN_VERSION_singletons(2,6,0) , SShape (..) +#else + , Sing (..) #endif , randomOfShape