-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdimensional-th.cabal
38 lines (34 loc) · 1.27 KB
/
dimensional-th.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
-- Initial dimensional-th.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: dimensional-th
version: 0.1.0.0
synopsis: Template Haskell features for use with the dimensional library
-- description:
homepage: https://github.com/dmcclean/dimensional-th/
license: BSD3
license-file: LICENSE
author: Douglas McClean
maintainer: douglas.mcclean@gmail.com
-- copyright:
category: Math
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
extra-source-files: README.md,
CHANGELOG.md
source-repository head
type: git
location: https://github.com/dmcclean/dimensional-th/
library
build-depends: base >=4.8 && <4.9,
attoparsec,
dimensional >= 1.0.1,
dimensional-parsers,
exact-pi >= 0.2.1.1 && < 0.5,
numtype-dk >= 0.5,
template-haskell,
text >= 1.1.1.3
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
exposed-modules: Numeric.Units.Dimensional.TH