-- Initial schedevr.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: schedevr version: 0.1.0.3 synopsis: Marge schedules and show EVR -- description: license: BSD3 license-file: LICENSE author: Yoshikuni Jujo maintainer: PAF01143@nifty.ne.jp -- copyright: category: Development build-type: Simple -- extra-source-files: cabal-version: >=1.10 executable marge-schedule hs-source-dirs: src/mkschd main-is: marge-schedule.hs other-modules: FromID, Output, Parser other-extensions: TupleSections build-depends: base >=4.6 && <4.7, xturtle >=0.1 && <0.2, time >=1.4 && <1.5, filepath >=1.3 && <1.4, old-locale >=1.0 && <1.1 hs-source-dirs: src default-language: Haskell2010 executable show-progress hs-source-dirs: src/mkschd, src/prog_graph main-is: mkGraph.hs other-modules: ScheduleEVR, WatchEVR other-extensions: TupleSections build-depends: base >=4.6 && <4.7, xturtle >=0.1 && <0.2, time >=1.4 && <1.5, filepath >=1.3 && <1.4, old-locale >=1.0 && <1.1, directory hs-source-dirs: src default-language: Haskell2010