aboutsummaryrefslogtreecommitdiff
path: root/graphics/hs-HGL/files/patch-Graphics__HGL__Internals__Utilities.hs
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/hs-HGL/files/patch-Graphics__HGL__Internals__Utilities.hs')
-rw-r--r--graphics/hs-HGL/files/patch-Graphics__HGL__Internals__Utilities.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/hs-HGL/files/patch-Graphics__HGL__Internals__Utilities.hs b/graphics/hs-HGL/files/patch-Graphics__HGL__Internals__Utilities.hs
new file mode 100644
index 000000000000..0b03fe9d5ceb
--- /dev/null
+++ b/graphics/hs-HGL/files/patch-Graphics__HGL__Internals__Utilities.hs
@@ -0,0 +1,11 @@
+--- ./Graphics/HGL/Internals/Utilities.hs.orig 2009-11-03 15:50:11.000000000 +0100
++++ ./Graphics/HGL/Internals/Utilities.hs 2011-03-13 18:31:25.754332789 +0100
+@@ -20,7 +20,7 @@
+ modMVar, modMVar_
+ ) where
+
+-import qualified Control.Exception as E (bracket, try, IOException, tryJust, ioErrors)
++import qualified Control.OldException as E (bracket, try, IOException, tryJust, ioErrors)
+ import Control.Concurrent( MVar, takeMVar, putMVar )
+
+ bracket :: IO a -> (a -> IO b) -> (a -> IO c) -> IO c