From 7e561158dd04a19b7627f07294952c1e6060515e Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 28 Jul 2016 20:36:00 +0200 Subject: [PATCH] Fix build with latest diagrams and GHC-8.0.1 --- Graphics/Diagram/AlgoDiags.hs | 3 +++ Graphics/Diagram/Plotter.hs | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Graphics/Diagram/AlgoDiags.hs b/Graphics/Diagram/AlgoDiags.hs index 3cf2543..ed68edb 100644 --- a/Graphics/Diagram/AlgoDiags.hs +++ b/Graphics/Diagram/AlgoDiags.hs @@ -1,4 +1,7 @@ {-# OPTIONS_HADDOCK ignore-exports #-} +{-# LANGUAGE TypeFamilies #-} +{-# LANGUAGE FlexibleContexts #-} + module Graphics.Diagram.AlgoDiags where diff --git a/Graphics/Diagram/Plotter.hs b/Graphics/Diagram/Plotter.hs index 7cc29e0..5446331 100644 --- a/Graphics/Diagram/Plotter.hs +++ b/Graphics/Diagram/Plotter.hs @@ -1,4 +1,6 @@ {-# OPTIONS_HADDOCK ignore-exports #-} +{-# LANGUAGE TypeFamilies #-} +{-# LANGUAGE FlexibleContexts #-} module Graphics.Diagram.Plotter where