OK ... I followed the advice below but it seems QuciCheck is maybe too old??? :


Building parsec-3.1.2...
[ 1 of 25] Compiling Text.Parsec.Pos  ( Text/Parsec/Pos.hs,
dist/build/Text/Parsec/Pos.o )
[ 2 of 25] Compiling Text.Parsec.Error ( Text/Parsec/Error.hs,
dist/build/Text/Parsec/Error.o )
[ 3 of 25] Compiling Text.ParserCombinators.Parsec.Error (
Text/ParserCombinators/Parsec/Error.hs,
dist/build/Text/ParserCombinators/Parsec/Error.o )
[ 4 of 25] Compiling Text.ParserCombinators.Parsec.Pos (
Text/ParserCombinators/Parsec/Pos.hs,
dist/build/Text/ParserCombinators/Parsec/Pos.o )
[ 5 of 25] Compiling Text.Parsec.Prim ( Text/Parsec/Prim.hs,
dist/build/Text/Parsec/Prim.o )
[ 6 of 25] Compiling Text.Parsec.Char ( Text/Parsec/Char.hs,
dist/build/Text/Parsec/Char.o )
[ 7 of 25] Compiling Text.Parsec.Combinator (
Text/Parsec/Combinator.hs, dist/build/Text/Parsec/Combinator.o )
[ 8 of 25] Compiling Text.ParserCombinators.Parsec.Combinator (
Text/ParserCombinators/Parsec/Combinator.hs,
dist/build/Text/ParserCombinators/Parsec/Combinator.o )
[ 9 of 25] Compiling Text.Parsec.String ( Text/Parsec/String.hs,
dist/build/Text/Parsec/String.o )
[10 of 25] Compiling Text.ParserCombinators.Parsec.Char (
Text/ParserCombinators/Parsec/Char.hs,
dist/build/Text/ParserCombinators/Parsec/Char.o )
[11 of 25] Compiling Text.Parsec.ByteString (
Text/Parsec/ByteString.hs, dist/build/Text/Parsec/ByteString.o )
[12 of 25] Compiling Text.Parsec.ByteString.Lazy (
Text/Parsec/ByteString/Lazy.hs,
dist/build/Text/Parsec/ByteString/Lazy.o )
[13 of 25] Compiling Text.Parsec.Text ( Text/Parsec/Text.hs,
dist/build/Text/Parsec/Text.o )
[14 of 25] Compiling Text.Parsec.Text.Lazy ( Text/Parsec/Text/Lazy.hs,
dist/build/Text/Parsec/Text/Lazy.o )
[15 of 25] Compiling Text.Parsec.Token ( Text/Parsec/Token.hs,
dist/build/Text/Parsec/Token.o )
[16 of 25] Compiling Text.ParserCombinators.Parsec.Token (
Text/ParserCombinators/Parsec/Token.hs,
dist/build/Text/ParserCombinators/Parsec/Token.o )
[17 of 25] Compiling Text.Parsec.Expr ( Text/Parsec/Expr.hs,
dist/build/Text/Parsec/Expr.o )
[18 of 25] Compiling Text.ParserCombinators.Parsec.Prim (
Text/ParserCombinators/Parsec/Prim.hs,
dist/build/Text/ParserCombinators/Parsec/Prim.o )
[19 of 25] Compiling Text.ParserCombinators.Parsec (
Text/ParserCombinators/Parsec.hs,
dist/build/Text/ParserCombinators/Parsec.o )
[20 of 25] Compiling Text.ParserCombinators.Parsec.Expr (
Text/ParserCombinators/Parsec/Expr.hs,
dist/build/Text/ParserCombinators/Parsec/Expr.o )
[21 of 25] Compiling Text.Parsec      ( Text/Parsec.hs,
dist/build/Text/Parsec.o )

Text/Parsec.hs:16:6:
    Warning: `lookAhead' is exported by `module
Text.Parsec.Combinator' and `module Text.Parsec.Prim'
[22 of 25] Compiling Text.Parsec.Language ( Text/Parsec/Language.hs,
dist/build/Text/Parsec/Language.o )
[23 of 25] Compiling Text.ParserCombinators.Parsec.Language (
Text/ParserCombinators/Parsec/Language.hs,
dist/build/Text/ParserCombinators/Parsec/Language.o )
[24 of 25] Compiling Text.Parsec.Perm ( Text/Parsec/Perm.hs,
dist/build/Text/Parsec/Perm.o )
[25 of 25] Compiling Text.ParserCombinators.Parsec.Perm (
Text/ParserCombinators/Parsec/Perm.hs,
dist/build/Text/ParserCombinators/Parsec/Perm.o )
Registering parsec-3.1.2...
Installing library in /home/vasili/.cabal/lib/parsec-3.1.2/ghc-6.12.1
Registering parsec-3.1.2...
Downloading bio-0.5.0.1...
Configuring bio-0.5.0.1...
cabal: At least the following dependencies are missing:
QuickCheck >=2
cabal: Error: some packages failed to install:
bio-0.5.0.1 failed during the configure step. The exception was:
ExitFailure 1
vasili@Komputer:~/NorwayBioInformatics/biolib/Bio/Sequence$ darcs get QuickCheck

darcs failed:  Not a repository: QuickCheck
(QuickCheck/_darcs/inventory: openBinaryFile: does not exist (No such
file or directory))
vasili@Komputer:~/NorwayBioInformatics/biolib/Bio/Sequence$ cabal configure -v
/usr/bin/ghc --numeric-version
looking for package tool: ghc-pkg near compiler in /usr/bin
found package tool in /usr/bin/ghc-pkg
/usr/bin/ghc-pkg --version
/usr/bin/ghc --supported-languages
Reading installed packages...
/usr/bin/ghc-pkg dump --global
/usr/bin/ghc-pkg dump --user
Reading available packages...
cabal: No cabal file found.
Please create a package description file <pkgname>.cabal


On Thu, Oct 6, 2011 at 3:13 AM, Ketil Malde <[email protected]> wrote:
> "Vasili I. Galchin" <[email protected]> writes:
>
>> ok ...... but I had a problem when I did a "cabal install bio" ... so I did
>> a "sudo apt-get remove ghc" followed by a "sudo apt-get install ghc" to no
>> avail:
>
> Which system are you on?  GHC version?  Did you try a 'cabal configure
> -v' to check why the old base is being used?  (And why bio 0.4, the
> current one on hackage is 0.5.0.1?  Or you could try the darcs
> get repo at http://malde.org/~ketil/biohaskell/biolib.
>
> You could also try (re)moving .ghc and .cabal to start from a clean slate.
>
> -k
> --
> If I haven't seen further, it is by standing in the footprints of giants
>
_______________________________________________
Biohaskell mailing list
[email protected]
http://malde.org/cgi-bin/mailman/listinfo/biohaskell

Reply via email to