forked from mikeizbicki/vector-heterogenous
-
Notifications
You must be signed in to change notification settings - Fork 1
/
vector-heterogenous.cabal
29 lines (26 loc) · 972 Bytes
/
vector-heterogenous.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
Name: vector-heterogenous
Version: 0.1.2
Synopsis: A type-safe library for vectors whose elements can be of any type, or any type satisfying some constraints
Description:
Category: Data, Data Structures
License: BSD3
--License-file: LICENSE
Author: Mike izbicki
Maintainer: [email protected]
Build-Type: Simple
Cabal-Version: >=1.8
homepage: http://github.com/mikeizbicki/vector-heterogenous/
bug-reports: http://github.com/mikeizbicki/vector-heterogenous/issues
Library
Build-Depends:
base >= 3 && < 5,
vector >= 0.9
hs-source-dirs: src
ghc-options:
-rtsopts
-O2
-- -fllvm
Exposed-modules:
Data.Vector.Heterogenous
Data.Vector.Heterogenous.HList
Data.Vector.Heterogenous.Unsafe