Fix build with latest diagrams and GHC-8.0.1

Este commit está contenido en:
Julian Ospald 2016-07-28 20:36:00 +02:00
padre faeeeaa257
commit 7e561158dd
Se han modificado 2 ficheros con 5 adiciones y 0 borrados

Ver fichero

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

Ver fichero

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