GregorySchwartz / diversity

Calculates the diversity of each position in a fasta file.
GNU General Public License v3.0
1 stars 1 forks source link

diversity-0.5.0.2 does not compile #1

Closed peti closed 9 years ago

peti commented 9 years ago

Citing from http://hydra.cryp.to/build/778252/log/raw:

src/src-exec/Main.hs:164:24:
    Ambiguous occurrence ‘removeN’
    It could refer to either ‘Main.removeN’,
                             defined at src/src-exec/Main.hs:28:26
                          or ‘Data.Fasta.String.Parse.removeN’,
                             imported from ‘Data.Fasta.String.Parse’ at src/src-exec/Main.hs:13:1-30
GregorySchwartz commented 9 years ago

This was an issue with the fasta library (forgot to export the function in the module) which has since been fixed and is reflected in diversity-0.6.0.0.