46e9ab0ca5
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
11 lines
289 B
Haskell
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
|