Fix build with latest diagrams and GHC-8.0.1

This commit is contained in:
Julian Ospald 2016-07-28 20:36:00 +02:00
parent faeeeaa257
commit 7e561158dd
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,7 @@
{-# OPTIONS_HADDOCK ignore-exports #-} {-# OPTIONS_HADDOCK ignore-exports #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE FlexibleContexts #-}
module Graphics.Diagram.AlgoDiags where module Graphics.Diagram.AlgoDiags where

View File

@ -1,4 +1,6 @@
{-# OPTIONS_HADDOCK ignore-exports #-} {-# OPTIONS_HADDOCK ignore-exports #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE FlexibleContexts #-}
module Graphics.Diagram.Plotter where module Graphics.Diagram.Plotter where