mirror of
https://github.com/HuwCampbell/grenade.git
synced 2024-11-22 06:55:13 +03:00
Fix compiler warning
This commit is contained in:
parent
6d0b8c3f29
commit
c793c756b9
@ -21,9 +21,10 @@ Stability : experimental
|
|||||||
module Grenade.Core.Shape (
|
module Grenade.Core.Shape (
|
||||||
S (..)
|
S (..)
|
||||||
, Shape (..)
|
, Shape (..)
|
||||||
, Sing (..)
|
|
||||||
#if MIN_VERSION_singletons(2,6,0)
|
#if MIN_VERSION_singletons(2,6,0)
|
||||||
, SShape (..)
|
, SShape (..)
|
||||||
|
#else
|
||||||
|
, Sing (..)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
, randomOfShape
|
, randomOfShape
|
||||||
|
Loading…
Reference in New Issue
Block a user