diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-16 01:01:53 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-16 01:01:53 +0000 |
commit | c3470c1ceafc5ad34b092c2882e0067789a00741 (patch) | |
tree | f84f362765877c6eaaaa4d660fdf1e325b37f270 /libraries/base/tests/Memo1.lhs | |
parent | 36f2d30d5dfd01f647b09365da84dcbf592aee83 (diff) | |
download | haskell-c3470c1ceafc5ad34b092c2882e0067789a00741.tar.gz |
Remove DEPRECATED pragmas from a couple of tests
They don't seem to server any purpose, and gave false positives
when grepping for deprecated things
Diffstat (limited to 'libraries/base/tests/Memo1.lhs')
-rw-r--r-- | libraries/base/tests/Memo1.lhs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/tests/Memo1.lhs b/libraries/base/tests/Memo1.lhs index 796f6121e4..b723480d4d 100644 --- a/libraries/base/tests/Memo1.lhs +++ b/libraries/base/tests/Memo1.lhs @@ -8,7 +8,6 @@ {-# LANGUAGE CPP #-} module Memo1 - {-# DEPRECATED "This module is unmaintained, and will disappear soon" #-} #ifndef __PARALLEL_HASKELL__ ( memo -- :: (a -> b) -> a -> b , memoSized -- :: Int -> (a -> b) -> a -> b |