But then I have to parse them out of that file(which ofc is easy but
takes a while), is there way I could store the data as Data-objects or
something and just load it quickly when I start my program?
It's probably not standard Haskell 98, but
http://code.haskell.org/binary/ is really quite nice.
Mark