diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Properties.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Properties.hs b/tests/Properties.hs index 8a2d712..06e32a5 100644 --- a/tests/Properties.hs +++ b/tests/Properties.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fglasgow-exts #-} -import StackSet +import StackSet hiding (filter) import Operations (tile) import Debug.Trace |