Skip to content
Snippets Groups Projects
Commit 201b8628 authored by Simon Marlow's avatar Simon Marlow
Browse files

add some {-# LANGUAGE BangPatterns #-} to mollify GHC

parent c9cc0dc2
No related branches found
No related tags found
No related merge requests found
{
{-# LANGUAGE BangPatterns #-} -- required for versions of Happy before 1.18.6
{-# OPTIONS -Wwarn -XNoMonomorphismRestriction #-}
-- The NoMonomorphismRestriction deals with a Happy infelicity
-- With OutsideIn's more conservativ monomorphism restriction
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment