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
父節點 faeeeaa257
當前提交 7e561158dd
共有 2 個文件被更改,包括 5 次插入0 次删除

查看文件

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

查看文件

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