Add BangPatterns as required by ghc 7.1

This commit is contained in:
Corey O'Connor 2011-05-13 10:59:53 -07:00
parent 4fae8bf4f3
commit 2a600f7d5e

View File

@ -1,4 +1,5 @@
-- Copyright 2009-2010 Corey O'Connor
-- Copyright 2009-2011 Corey O'Connor
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE ExistentialQuantification #-}