#7150: unjustified overlapping instances error -------------------------+-------------------------------------------------- Reporter: maeder | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.6.1 Component: Compiler | Version: 7.6.1-rc1 Keywords: | Os: Solaris Architecture: x86 | Failure: GHC rejects valid program Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | -------------------------+--------------------------------------------------
Comment(by maeder): The text package should be installable meanwhile by "cabal install", The network package had too strict constraints for dependencies. I downloaded it and relaxed them. {{{ -bash-3.00$ diff network.cabal~ network.cabal 42c42 < base >= 3 && < 4.6, --- > base >= 3 && < 4.7, -bash-3.00$ diff -w Network/BSD.hsc~ Network/BSD.hsc 115c115 < import Prelude hiding (catch) --- > import Prelude }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7150#comment:9> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler _______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs