Fix build with latest diagrams and GHC-8.0.1

这个提交包含在:
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