-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbudget.cabal
More file actions
25 lines (23 loc) · 761 Bytes
/
budget.cabal
File metadata and controls
25 lines (23 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: budget
version: 1.0
synopsis: Budget management program
description: A program used to compile monthly budget information based on
CSV files exported from various banking institutions.
category: utils
author: Philippe Milot
maintainer: Philippe Milot
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.6
source-repository head
type: git
location: https://github.com/pmlt/budget.git
executable budget
build-depends: base >= 4.6 && < 5,
old-locale >= 1.0.0.5,
time >= 1.4.0.1,
split >= 0.2.2,
csv >= 0.1.2
main-is: Main.hs
hs-source-dirs: src