[commit: base] master: Remove DEPRECATED pragmas from a couple of tests (ed5a5c9)
Ian Lynagh
igloo at earth.li
Sat Feb 16 02:42:47 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ed5a5c95d41d5f0f3c09fe860775b71f6c1e2a62
>---------------------------------------------------------------
commit ed5a5c95d41d5f0f3c09fe860775b71f6c1e2a62
Author: Ian Lynagh <ian at well-typed.com>
Date: Sat Feb 16 01:01:53 2013 +0000
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
>---------------------------------------------------------------
tests/Memo1.lhs | 1 -
tests/Memo2.lhs | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/tests/Memo1.lhs b/tests/Memo1.lhs
index 796f612..b723480 100644
--- a/tests/Memo1.lhs
+++ b/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
diff --git a/tests/Memo2.lhs b/tests/Memo2.lhs
index 5193ec2..69f2992 100644
--- a/tests/Memo2.lhs
+++ b/tests/Memo2.lhs
@@ -8,7 +8,6 @@
{-# LANGUAGE CPP #-}
module Memo2
- {-# DEPRECATED "This module is unmaintained, and will disappear soon" #-}
#ifndef __PARALLEL_HASKELL__
( memo -- :: (a -> b) -> a -> b
, memoSized -- :: Int -> (a -> b) -> a -> b
More information about the ghc-commits
mailing list