darcs-reviewed mirror — http://darcs.net
make hspwd depend on the hierarchical libraries instead of haskell98
As of GHC 7.2, there isn't a portable way to build against haskell98 because in GHC 7.2 it exports Prelude which clashes with base, but in <7.2 it doesn't export Prelude.
import Directory ( getCurrentDirectory )
import System.Directory ( getCurrentDirectory )