Browse Source

Fix build with latest diagrams and GHC-8.0.1

master
Julian Ospald 7 years ago
parent
commit
7e561158dd
2 changed files with 5 additions and 0 deletions
  1. +3
    -0
      Graphics/Diagram/AlgoDiags.hs
  2. +2
    -0
      Graphics/Diagram/Plotter.hs

+ 3
- 0
Graphics/Diagram/AlgoDiags.hs View File

@@ -1,4 +1,7 @@
{-# OPTIONS_HADDOCK ignore-exports #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE FlexibleContexts #-}


module Graphics.Diagram.AlgoDiags where



+ 2
- 0
Graphics/Diagram/Plotter.hs View File

@@ -1,4 +1,6 @@
{-# OPTIONS_HADDOCK ignore-exports #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE FlexibleContexts #-}

module Graphics.Diagram.Plotter where



Loading…
Cancel
Save