#26081: Cannot install hs-hashed-storage-04 ---------------------------------+------------------------------------------ Reporter: schnetter@… | Owner: gwright@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: hs-hashed-storage-04 ---------------------------------+------------------------------------------ Comment(by stephen@…): It appears that Cabal or something changed to require registration in /opt/local/lib/ghc-6.10.4/package.conf but that these ports were not upgraded to be registered there. For me {{{ sudo port uninstall -f hs-binary hs-zlib hs-dataenc hs-utf8-string hs- haskeline sudo port clean --all hs-binary hs-zlib hs-dataenc hs-utf8-string hs- haskeline sudo port install hs-binary hs-zlib hs-dataenc hs-utf8-string hs-haskeline sudo port -u upgrade hs-hashed-storage # I needed to fiddle with "sudo port activate -f hs-hashed-storage-04" here. YMMV }}} allowed me to upgrade hs-hashed-storage, and then darcs (hs-utf-8-string and hs-haskeline are for darcs, hs-hashed-storage didn't need them -- I figure this saves you some typing). You may not want to do clean --all, but I suspect you do need to clean out the binary packages if they are build on your system. -- Ticket URL: <http://trac.macports.org/ticket/26081#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS