Skip to content

Commit

Permalink
Merge pull request #233 from bgamari/master
Browse files Browse the repository at this point in the history
TwoD.Points: Needs TypeFamilies
  • Loading branch information
byorgey committed Feb 13, 2015
2 parents 4f98829 + 97f57fe commit 5b79e3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Diagrams/TwoD/Points.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
--
-----------------------------------------------------------------------------

{-# LANGUAGE TypeFamilies #-}

module Diagrams.TwoD.Points where

import Data.List
Expand Down

0 comments on commit 5b79e3f

Please sign in to comment.