I am trying to install haskell-music-suite on a fresh install of Haskell downloaded from here: https://www.haskell.org/platform/mac.html
Unfortunately the installer fails due to packages missing. Here is an excerpt from the top of the log:
Failed to install music-dynamics-literal-1.8.1
Last 10 lines of the build log ( /Users/iani/.cabal/logs/music-dynamics-literal-1.8.1.log ):
Building music-dynamics-literal-1.8.1...
Preprocessing library music-dynamics-literal-1.8.1...
<command line>: cannot satisfy -package-id semigroups-0.15.3-d68155744682fed5edc267ae281e1eae:
semigroups-0.15.3-d68155744682fed5edc267ae281e1eae is unusable due to missing or recursive dependencies:
hashable-1.2.2.0-45bd22df8c4ead6b3a7fb1d08bb07f7d nats-0.2-40d553baec6623b026b0f0990e7a0186 text-1.1.0.0-9bd69e9ace700e05fb08e463086bc383 unordered-containers-0.2.4.0-69836b34d13649bcfacc8fb0c9f53e64
(use -v for more information)
Failed to install extended-reals-0.2.1.0
Last 10 lines of the build log ( /Users/iani/.cabal/logs/extended-reals-0.2.1.0.log ):
Building extended-reals-0.2.1.0...
Preprocessing library extended-reals-0.2.1.0...
<command line>: cannot satisfy -package-id hashable-1.2.2.0-45bd22df8c4ead6b3a7fb1d08bb07f7d
(use -v for more information)
Can somebody help please?
Thanks
Iannis Zannos