-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfamily-tree.cabal
33 lines (31 loc) · 1.28 KB
/
family-tree.cabal
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
26
27
28
29
30
31
32
33
name: family-tree
version: 0.5.1
package-url: https://github.com/Taneb/family-tree
synopsis: A family tree library for the Haskell programming language.
description: A family tree library for the Haskell programming language.
Uses "Control.Lens" for modification and "Data.Binary" for
serialization.
homepage: https://github.com/Taneb/family-tree
license: BSD3
license-file: LICENSE
author: Nathan "Taneb" van Doorn
maintainer: nvd1234@gmail.com
category: Data, Genealogy
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Data.FamilyTree
build-depends: base >= 4.3 && < 5,
lens >= 3.8 && < 5,
binary < 0.8,
unordered-containers ==0.2.*,
containers >=0.4.2 && < 0.6,
text >0.11 && <1.3,
time < 1.5,
intervals < 0.8,
tables >0.3 && <0.5,
hashable >= 1.1.1.0 && < 1.3
hs-source-dirs: src
source-repository head
type: git
location: git://github.com/Taneb/family-tree.git