Closed dansuh17 closed 6 years ago
How frustrating. That version of mafia is a bit old now, and the organisation haskell-mafia
has sprung up to maintain it.
The script should be replaced with this one https://github.com/haskell-mafia/mafia/blob/master/script/mafia
Been trying to work with mafia (with much anguish), and found a clean alternative : stack.
Simple stack build
command from root directory built the project with no trouble, and all examples were good to go :)
That will also work. Cabal is fine too.
I've pushed a new version of the mafia script in. Should work now as well.
There's a conflict with
base==4.10.0.0
which is rejected because of the constraint thatmemory-0.12
is giving:base >= 4 && < 4.10
.How can I fix this?
I have tested this with ghc-8.2.1
full error message: