spell-music / temporal-music-notation

creating music in haskell
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

temporal-music-notation-0.4.0 does not compile #1

Open peti opened 9 years ago

peti commented 9 years ago

A complete build log is at http://hydra.cryp.to/build/791810/nixlog/1/raw.

anton-k commented 9 years ago

Well, I've changed the API for the sake of another library. From now on the loop is for infinite loops. And I've renamed the loop with finite number of repeats to loopBy:

loopBy :: Int -> Track t a -> Track t a

Maybe there is a better name?

anton-k commented 9 years ago

I'm still not satisfied with name loopBy. It's ok but I have some intuition that it can be better...

peti commented 9 years ago

@anton-k, I'm merely trying to package these libraries for the NixOS distribution, and I've run into trouble because the packages don't build. I don't have any opinion on the naming of the combinator; I just care that these libraries can be built successfully.

If this issue is hard to remedy, then I can just remove the failing packages from the distribution the the time being?

peti commented 9 years ago

I'll remove these packages from NixOS until the build errors have been resolved ...