I do have some errors in ghc-pkg but they don't seem to relate to manatee. I am using ghc-6.12.3
> ghc-pkg check There are problems in package happstack-util-0.5.0.2: dependency "strict-concurrency-0.2.3-27185142ee20a352ac984eb1a7ba31ea" doesn't exist There are problems in package hlint-1.8.3: dependency "uniplate-1.5.1-43c5344609d31cc668c4c59beef1c515" doesn't exist There are problems in package yi-0.6.2.2: dependency "derive-2.3.0.2-c8dea0face9fceb5dab2c976a7cef69b" doesn't exist dependency "regex-tdfa-1.1.6-49fe08d7468d9de43cefb17ac16ff6bf" doesn't exist dependency "uniplate-1.5.1-43c5344609d31cc668c4c59beef1c515" doesn't exist There are problems in package filestore-0.3.4.1: dependency "datetime-0.2-bcd61567f8553949b0cce107933fa526" doesn't exist There are problems in package gitit-0.7.3.6: dependency "datetime-0.2-bcd61567f8553949b0cce107933fa526" doesn't exist The following packages are broken, either because they have a problem listed above, or because they depend on a broken package. happstack-util-0.5.0.2 hlint-1.8.3 yi-0.6.2.2 filestore-0.3.4.1 gitit-0.7.3.6 happstack-0.5.0.3 happstack-server-0.5.0.2 happstack-ixset-0.5.0.3 happstack-data-0.5.0.2 happstack-state-0.5.0.4 > ghc --version The Glorious Glasgow Haskell Compilation System, version 6.12.3 -deech On Mon, Jan 10, 2011 at 8:40 PM, Andy Stewart <lazycat.mana...@gmail.com> wrote: > Hi aditya, > > What's the result of command "ghc-pkg check"? > And which GHC version do you use? > > Manatee can't work with ghc-7.0.1 (ghc-7.0.1 have bug) > > Thanks, > > -- Andy > > aditya siram <aditya.si...@gmail.com> writes: > >> Thanks for the great software! I tried to install manatee from Hackage >> and got the following error: >> Configuring manatee-core-0.0.7... >> Warning: This package indirectly depends on multiple versions of the same >> package. This is highly likely to cause a compile failure. >> package uniplate-1.5.1 requires containers-0.3.0.0 >> package template-haskell-2.4.0.1 requires containers-0.3.0.0 >> package regex-tdfa-1.1.6 requires containers-0.3.0.0 >> package regex-base-0.93.2 requires containers-0.3.0.0 >> package pango-0.12.0 requires containers-0.3.0.0 >> package manatee-core-0.0.7 requires containers-0.3.0.0 >> package hpc-0.5.0.5 requires containers-0.3.0.0 >> package gtksourceview2-0.12.2 requires containers-0.3.0.0 >> package gtk-serialized-event-0.12.0 requires containers-0.3.0.0 >> package gtk-0.12.0 requires containers-0.3.0.0 >> package glib-0.12.0 requires containers-0.3.0.0 >> package gio-0.12.0 requires containers-0.3.0.0 >> package ghc-binary-0.5.0.2 requires containers-0.3.0.0 >> package ghc-6.12.3 requires containers-0.3.0.0 >> package gconf-0.12.0 requires containers-0.3.0.0 >> package derive-2.4.1 requires containers-0.3.0.0 >> package deepseq-1.1.0.2 requires containers-0.3.0.0 >> package dbus-core-0.8.5.3 requires containers-0.3.0.0 >> package dbus-client-0.3 requires containers-0.3.0.0 >> package dataenc-0.13.0.4 requires containers-0.3.0.0 >> package binary-0.5.0.2 requires containers-0.3.0.0 >> package Cabal-1.8.0.6 requires containers-0.3.0.0 >> package template-haskell-2.4.0.1 requires containers-0.4.0.0 >> package regex-base-0.93.2 requires mtl-1.1.0.2 >> package uniplate-1.5.1 requires mtl-2.0.1.0 >> package regex-tdfa-1.1.6 requires mtl-2.0.1.0 >> package pango-0.12.0 requires mtl-2.0.1.0 >> package manatee-core-0.0.7 requires mtl-2.0.1.0 >> package gtksourceview2-0.12.2 requires mtl-2.0.1.0 >> package gtk-serialized-event-0.12.0 requires mtl-2.0.1.0 >> package gtk-0.12.0 requires mtl-2.0.1.0 >> package gio-0.12.0 requires mtl-2.0.1.0 >> package gconf-0.12.0 requires mtl-2.0.1.0 >> package cairo-0.12.0 requires mtl-2.0.1.0 >> package QuickCheck-2.1.1.1 requires mtl-2.0.1.0 >> package ghc-6.12.3 requires template-haskell-2.4.0.1 >> package manatee-core-0.0.7 requires template-haskell-2.4.0.1 >> package derive-2.4.1 requires template-haskell-2.4.0.1 >> Preprocessing library manatee-core-0.0.7... >> Building manatee-core-0.0.7... >> <command line>: cannot satisfy -package-id >> derive-2.4.1-4ef8b6126acc8c74f66079e125ebc9fd: >> derive-2.4.1-4ef8b6126acc8c74f66079e125ebc9fd is unusable due to >> missing or recursive dependencies: >> template-haskell-2.4.0.1-e67380b2b1931beefbe73530e50ff045 >> (use -v for more information) >> cabal: Error: some packages failed to install: >> manatee-0.1.7 depends on manatee-core-0.0.7 which failed to install. >> manatee-core-0.0.7 failed during the building phase. The exception was: >> exit: ExitFailure 1 >> >> -deech >> >> On Mon, Jan 10, 2011 at 7:45 PM, Andy Stewart <lazycat.mana...@gmail.com> >> wrote: >>> Hi all, >>> >>> I'm Andy, the author of Manatee >>> ( http://haskell.org/haskellwiki/Manatee ). >>> >>> You can watch video >>> http://www.youtube.com/watch?v=weS6zys3U8k >>> (or http://www.youtube.com/watch?v=A3DgKDVkyeM ) >>> to understand "What is it?" . :) >>> >>> Manatee is Haskell integrated environment written in Haskell. >>> >>> The goal of the Manatee project is provide a fast, safe and flexible >>> integrated environment for haskell hacking. >>> >>> Some cool feature in Manatee: >>> >>> * It can dynamic update Haskell extension code in runtime, like elisp >>> for Emacs. >>> >>> * It protected every application in sandbox, so it minimum your >>> losses once unexpected exception throw. >>> >>> * It's multi-thread design, it's won't freeze your operation in anytime. >>> >>> * It provide handy window manage, you can mix any application >>> together fastly. >>> >>> * You can use keyboard control everything you want, and same >>> experience in all applications. :) >>> >>> * You can use it develop any application you want, not just text >>> toy. :) >>> >>> ... etc. >>> >>> I'm looking for new developer join Manatee Team, I believe you guys can >>> develop cooler application than me. :) >>> >>> If you interested Manatee, welcome to join >>> >>> manatee-u...@googlegroups.com >>> (or https://groups.google.com/forum/#!forum/manatee-user ) >>> >>> Thanks, >>> >>> -- Andy >>> >>> PS. I'm working on session manager and IDE feature... >>> >>> >>> _______________________________________________ >>> Haskell-Cafe mailing list >>> Haskell-Cafe@haskell.org >>> http://www.haskell.org/mailman/listinfo/haskell-cafe >>> > _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe