Skip to content

Commit

Permalink
Merge pull request #1 from ggreif/patch-1
Browse files Browse the repository at this point in the history
Make it compilable with GHC HEAD (v7.9)
  • Loading branch information
byorgey committed Jun 12, 2014
2 parents 513e200 + 2b673ea commit a2c3990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Physics/ForceLayout.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE UndecidableInstances #-}

-----------------------------------------------------------------------------
Expand Down

0 comments on commit a2c3990

Please sign in to comment.