thephoeron / quipper-language

Quipper: embedded, scalable functional programming language for quantum computing (unofficial fork)
Other
83 stars 12 forks source link

Does not build #1

Open caphindsight opened 9 years ago

caphindsight commented 9 years ago

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

thephoeron commented 9 years ago

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!