I'm trying to package BNFC, a Haskell program to translate labelled BNF grammars to lexer and parser specifications for common lexer and parser generators (Alex, JLex, Flex, Happy, CUP, and Bison). I've tried to follow the Haskell packaging guidelines. My package builds locally, and if I install it with "rpm -Uvh --nodeps" it works fine.
However, trying to install it normally with dnf reports:Error: nothing provides ghc() needed by bnfc-2.8.1-1.fc24.x86_64
https://fedorapeople.org/~brouhaha/bnfc/bnfc.spec
https://fedorapeople.org/~brouhaha/bnfc/bnfc-2.8.1-1.fc24.src.rpm
I am very much a novice with Haskell. I've only just started working through "Haskell Programming from first principles".
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx