hunk ./gnuplot.cabal 88 - process >=1.0 && <1.5, - time >=1.5 && <1.7, + process >=1.0 && <1.7, + time >=1.5 && <1.9, hunk ./gnuplot.cabal 39 +Tested-With: GHC==8.2.1 hunk ./gnuplot.cabal 61 -Flag splitBase - description: Choose the new smaller, split-up base package. - hunk ./gnuplot.cabal 83 - deepseq >=1.0 && <1.5 - If flag(splitBase) - Build-Depends: - process >=1.0 && <1.7, - time >=1.5 && <1.9, - base >=2 && <5 - Else - Build-Depends: - base >=1.0 && <2 + deepseq >=1.0 && <1.5, + process >=1.0 && <1.7, + time >=1.5 && <1.9, + base >=2 && <5 hunk ./gnuplot.cabal 162 + Other-Modules: Paths_gnuplot hunk ./gnuplot.cabal 40 -Cabal-Version: >=1.6 +Cabal-Version: >=1.8 hunk ./gnuplot.cabal 156 - Build-Depends: filepath + Build-Depends: + gnuplot, + time, + array, + filepath, + base hunk ./gnuplot.cabal 165 - Hs-Source-Dirs: src, execute/tmp, os/generic - Main-Is: Demo.hs + Main-Is: src/Demo.hs