34 lines
1 KiB
Text
34 lines
1 KiB
Text
-- Initial pilu.cabal generated by cabal init. For further documentation,
|
|
-- see http://haskell.org/cabal/users-guide/
|
|
|
|
name: pilu
|
|
version: 0.1.0.0
|
|
-- synopsis:
|
|
-- description:
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
author: Tissevert
|
|
maintainer: tissevert+devel@ens-lyon.fr
|
|
-- copyright:
|
|
category: Health
|
|
build-type: Simple
|
|
extra-source-files: ChangeLog.md
|
|
cabal-version: >=1.10
|
|
|
|
executable pilu
|
|
main-is: Main.hs
|
|
other-modules: CLI
|
|
, CSV
|
|
, Event
|
|
, Medicine
|
|
, Paths_pilu
|
|
, Timeline
|
|
-- other-extensions:
|
|
build-depends: base >=4.9 && <4.13
|
|
, containers
|
|
, mtl
|
|
, optparse-applicative
|
|
, parsec
|
|
, time
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|