diff options
Diffstat (limited to 'www/hs-activehs/files/patch-Smart.hs')
-rw-r--r-- | www/hs-activehs/files/patch-Smart.hs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/hs-activehs/files/patch-Smart.hs b/www/hs-activehs/files/patch-Smart.hs new file mode 100644 index 000000000000..ad3d8eb0ba59 --- /dev/null +++ b/www/hs-activehs/files/patch-Smart.hs @@ -0,0 +1,10 @@ +--- ./Smart.hs.orig 2013-02-12 20:23:45.000000000 +0100 ++++ ./Smart.hs 2013-02-18 19:59:53.000000000 +0100 +@@ -37,7 +37,6 @@ + import qualified Data.Data as D + import Data.List (nub) + import Data.Char (isAlpha) +---import Prelude hiding (catch) + + + ---------------------------------------------------------------------- |