Skip to content

Commit

Permalink
export lenses
Browse files Browse the repository at this point in the history
  • Loading branch information
mstksg committed Jul 20, 2018
1 parent bbcbb21 commit 2d57436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Interactive/Plot/Run.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import Graphics.Vty
import Interactive.Plot.Core
import Interactive.Plot.Series
import Lens.Micro
import Lens.Micro.Extras
import Lens.Micro.TH

data PEvent = PEQuit
Expand Down
4 changes: 2 additions & 2 deletions src/Interactive/Plot/Series.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{-# LANGUAGE TemplateHaskell #-}

module Interactive.Plot.Series (
AutoPointStyle(..)
, AutoSeries(..)
AutoPointStyle(..), apsMarker, apsColor
, AutoSeries(..), asItems, asStyle
, defaultStyles
, fromAutoSeries
, listSeries
Expand Down

0 comments on commit 2d57436

Please sign in to comment.