diff options
Diffstat (limited to 'devel/hs-hdoc/files/patch-Main.hs')
-rw-r--r-- | devel/hs-hdoc/files/patch-Main.hs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/hs-hdoc/files/patch-Main.hs b/devel/hs-hdoc/files/patch-Main.hs new file mode 100644 index 000000000000..bbddbb29a822 --- /dev/null +++ b/devel/hs-hdoc/files/patch-Main.hs @@ -0,0 +1,11 @@ +--- ./Main.hs.orig 2004-05-18 00:27:27.000000000 +0200 ++++ ./Main.hs 2012-05-13 11:20:13.000000000 +0200 +@@ -5,7 +5,7 @@ + import List + import Maybe + import Monad +-import System ++import System.Environment + import GetOpt + + import Parser |