diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-06-11 18:51:54 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-06-11 18:51:54 +0200 |
commit | 7ba1782870d7459c52f6b9dd9814e8a598efa78d (patch) | |
tree | 426a5e3189041e2b57f7c56b746f869852b93dd3 /tests | |
parent | 3509a4f94a214a51cd69bdbd1f65c1ef3d086a16 (diff) | |
download | xmonad-7ba1782870d7459c52f6b9dd9814e8a598efa78d.tar.gz xmonad-7ba1782870d7459c52f6b9dd9814e8a598efa78d.tar.xz xmonad-7ba1782870d7459c52f6b9dd9814e8a598efa78d.zip |
Add StackSet.filter
darcs-hash:20070611165154-a5988-8c46751ffd4bd03249656e3b467b8e7569c48b09.gz
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 |