Victorian-Bioinformatics-Consortium / degust

Deprecated : Use https://github.com/drpowell/degust
GNU General Public License v3.0
44 stars 15 forks source link

Wrong file name 'r_functions.hs' #16

Closed Bjoernsen closed 10 years ago

Bjoernsen commented 10 years ago

I tried to build the current version, but I had a problem with R_Functions. app/backend/r-json.hs imports it using import R_Functions, but the file was not found.

The solution is to rename app/backend/r_functions.hs to 'app/backend/R_Functions.hs'

drpowell commented 10 years ago

Thanks - I'd only tested on macosx so far with its case-insensitive fs.