cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: cf947ccf209af0eda27250773d3b66c1d51014c28562f3bcaa6fd42224cd4074 name: interactive-plot version: 0.1.0.0 synopsis: Interactive quick time series plotting description: Quick time series terminal plotting for data exploration/in ghci. See documentation for "Interactive.Plot" and README for more information. category: Interactive homepage: https://github.com/mstksg/interactive-plot#readme bug-reports: https://github.com/mstksg/interactive-plot/issues author: Justin Le maintainer: justin@jle.im copyright: (c) Justin Le 2018 license: BSD3 license-file: LICENSE tested-with: GHC >= 8.4 && < 8.8 build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/mstksg/interactive-plot library exposed-modules: Interactive.Plot Interactive.Plot.Core Interactive.Plot.Run Interactive.Plot.Series other-modules: Paths_interactive_plot hs-source-dirs: src ghc-options: -Wall -Wredundant-constraints -Werror=incomplete-patterns -Wcompat build-depends: MonadRandom , base >=4.11 && <5 , containers >=0.5.11 , data-default-class , microlens , microlens-th , mtl , transformers , vty default-language: Haskell2010 executable interactive-plot-demo main-is: demo.hs other-modules: Paths_interactive_plot hs-source-dirs: app ghc-options: -Wall -Wredundant-constraints -Werror=incomplete-patterns -Wcompat -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.11 && <5 , interactive-plot default-language: Haskell2010