timeplot 1.0.29 → 1.0.30
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Tools/TimePlot/Conf.hs +1/−1
- timeplot.cabal +1/−1
Tools/TimePlot/Conf.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE CPP #-} +{-# LANGUAGE CPP, FlexibleContexts#-} module Tools.TimePlot.Conf ( ConcreteConf(..), Conf,
timeplot.cabal view
@@ -1,5 +1,5 @@ name: timeplot-version: 1.0.29+version: 1.0.30 cabal-version: >=1.6 build-type: Simple license: BSD3