packages feed

TrendGraph-0.1.0.0: TrendGraph.cabal

-- Initial TrendGraph.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                TrendGraph
version:             0.1.0.0
synopsis:            A simple trend Graph script

description:         Mainly a function that takes in list of UTCTime and a double          

license:             PublicDomain
license-file:        LICENSE
author:              Alperen AYDIN
maintainer:          aydin.alperen.bugra@gmail.com
-- copyright:           
category:            Graphics
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Date, Settings, Trend, FromFiles, Main
  -- other-modules:       
  build-depends:       base ==4.6.*, time ==1.4.*, diagrams-lib ==1.2.*, diagrams-cairo ==1.2.*, containers ==0.5.*, mtl ==2.1.*, optparse-applicative ==0.9.*