Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Commit

Permalink
Added BangPatterns LANGUAGE extensions to get the library compiled us…
Browse files Browse the repository at this point in the history
…ing GHC 7.6.3
  • Loading branch information
arpunk committed Sep 10, 2013
1 parent 9f0a04c commit 0fc5fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Freenect.hs
@@ -1,4 +1,4 @@
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE ViewPatterns, BangPatterns #-}
{-# OPTIONS -fno-warn-name-shadowing #-}
{-# LANGUAGE DeriveDataTypeable #-}

Expand Down

0 comments on commit 0fc5fbf

Please sign in to comment.