freebsd-ports/devel/hs-drift/files/patch-src__ChaseImports.hs
Gabor Pali 46e9ab0ca5 - Update The Glorious Glasgow Haskell Compiler to version 7.4.1
Please note that port revision for all the Haskell ports without version changes
are also bumped.  Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.

Thanks ashish@ for the assistance.

Obtained from:	FreeBSD Haskell
2012-06-03 20:52:29 +00:00

11 lines
289 B
Haskell

--- ./src/ChaseImports.hs.orig 2008-02-10 15:38:31.000000000 +0100
+++ ./src/ChaseImports.hs 2012-05-13 11:51:52.000000000 +0200
@@ -24,7 +24,7 @@
import DataP
import CommandP
import ParseLib2
-import System
+import System.Environment
import List
import qualified Unlit
import Monad