summaryrefslogtreecommitdiffstats
path: root/modules/haskellport.py
diff options
context:
space:
mode:
authorYaakov M. Nemoy <loupgaroublond@gmail.com>2009-02-03 22:21:00 +0100
committerYaakov M. Nemoy <loupgaroublond@gmail.com>2009-02-03 22:21:00 +0100
commita5f537fa183b4e7e0bfcd4bb4088eb816ff59728 (patch)
tree47e2c6c988631f2d93aa1d5364013a4a2bbeefdd /modules/haskellport.py
parent9d06b341952ff641d4e82734c3df302e464f4ce5 (diff)
downloadfedora-devshell-a5f537fa183b4e7e0bfcd4bb4088eb816ff59728.tar.gz
fedora-devshell-a5f537fa183b4e7e0bfcd4bb4088eb816ff59728.tar.xz
fedora-devshell-a5f537fa183b4e7e0bfcd4bb4088eb816ff59728.zip
Fixes some references to hackage in the generic Port, and fixes some imports.
Diffstat (limited to 'modules/haskellport.py')
-rw-r--r--modules/haskellport.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/haskellport.py b/modules/haskellport.py
index 1121dab..a7c2866 100644
--- a/modules/haskellport.py
+++ b/modules/haskellport.py
@@ -17,13 +17,9 @@
#
from __future__ import with_statement
-from os import getcwd
-
-from base.base import log
-from base.exceptions import ExecutionException
-from base.factories import DirFactory
from base.util import pwd
+from modules.cabal import Cabal
from modules.darcs import Darcs
from modules.hackage import Hackage
from modules.port import Port