quipper-language icon indicating copy to clipboard operation
quipper-language copied to clipboard

Does not build

Open caphindsight opened this issue 9 years ago • 1 comments

Build failes with the following message

Libraries/Auxiliary.hs:766:10: Warning:
‘Id’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the   Applicative-Monad Proposal.

<no location info>: 
Failing due to -Werror.

When I remove the -Werror flag, another error emerges:

Libraries/Typeable.hs:29:3:
‘typeOf’ is not a (visible) method of class ‘Typeable’

GHC 7.8.4

caphindsight avatar Jun 17 '15 17:06 caphindsight

This unofficial fork needs to be updated to Quipper v0.7, which includes fixes for GHC 7.8.

In the mean-time, you can download and compile the latest version of Quipper directly from Selinger's website: http://www.mathstat.dal.ca/~selinger/quipper/

Thanks!

thephoeron avatar Jun 17 '15 18:06 thephoeron