Fix build with latest diagrams and GHC-8.0.1

Bu işleme şunda yer alıyor:
Julian Ospald 2016-07-28 20:36:00 +02:00
ebeveyn faeeeaa257
işleme 7e561158dd
2 değiştirilmiş dosya ile 5 ekleme ve 0 silme

Dosyayı Görüntüle

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

Dosyayı Görüntüle

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