-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalpaca-geometry.cabal
38 lines (37 loc) · 1.32 KB
/
alpaca-geometry.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
34
35
36
37
38
name: alpaca-geometry
version: 0.1.0.0
synopsis: Initial project template from stack
description: Please see README.md
homepage: https://github.com/githubuser/AlpacaGeometry#readme
license: BSD3
license-file: LICENSE
author: David Eichmann
maintainer: [email protected]
copyright: 2016 David Eichmann
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules:
Alpaca.Geo
Alpaca.HMath
Alpaca.Geo.Rad
Alpaca.Geo.Transform
Alpaca.Geo.Prim
other-modules:
Alpaca.Geo.Prim.Classes
Alpaca.Geo.Prim.P2
Alpaca.Geo.Prim.V2
Alpaca.Geo.Prim.Line
Alpaca.Geo.Prim.AABox
Alpaca.Geo.Prim.Circle
Alpaca.Geo.Prim.Ray
Alpaca.Geo.Prim.ConvexPolygon
build-depends: base >= 4.7 && < 5
, safe >= 0.3.14 && < 0.4
default-language: Haskell2010
ghc-options: -Wall
-O2
-fllvm