Anyone else getting this build failure on biocore-0.2?
$ cabal configure
Resolving dependencies...
Configuring biocore-0.2...
$ cabal build
Preprocessing library biocore-0.2...
Building biocore-0.2...
src/Bio/Core/Sequence.hs:1:1:
File name does not match module name:
Saw: `Main'
Expected: `Bio.Core.Sequence'
I've looked at Sequence.hs and it doesn't say 'Main' anywhere:
v v v v v v v
module Bio.Core.Sequence(SeqData) where
*************
{-# Language GeneralizedNewtypeDeriving #-}
module Bio.Core.Sequence (
-- * Data definitions
Qual (..), Offset (..),
SeqData (..), SeqLabel (..), QualData (..),
-- * Class definitions
BioSeq (..), BioSeqQual (..),
-- * Helper functions
toFasta, toFastaQual, toFastQ
) where
^ ^ ^ ^ ^ ^ ^
I've got:
$ cabal --version
cabal-install version 0.10.2
using version 1.10.1.0 of the Cabal library
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.0.3
_______________________________________________
Biohaskell mailing list
[email protected]
http://malde.org/cgi-bin/mailman/listinfo/biohaskell