-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdimensional-codata.cabal
More file actions
40 lines (33 loc) · 1.48 KB
/
dimensional-codata.cabal
File metadata and controls
40 lines (33 loc) · 1.48 KB
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
39
40
-- Initial dimensional-codata.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: dimensional-codata
version: 2014.0.0.2
synopsis: CODATA Recommended Physical Constants with Dimensional Types
homepage: https://github.com/dmcclean/dimensional-codata/
bug-reports: https://github.com/dmcclean/dimensional-codata/issues/
license: BSD3
license-file: LICENSE
author: Douglas McClean
maintainer: douglas.mcclean@gmail.com
-- copyright:
category: Physics
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 7.8.4, GHC == 7.10.1, GHC == 7.10.2, GHC == 8.8.4
description:
The dimensional-codata package provides a selection of the CODATA recommended values for fundamental
physical constants for use with the dimensional library for physical quantities and units.
Major version numbers represent the date of issue of the recommended values.
extra-source-files: README.md,
CHANGELOG.md
source-repository head
type: git
location: https://github.com/dmcclean/dimensional-codata/
library
build-depends: base >=4.7 && <4.14,
dimensional >= 1.0,
numtype-dk >= 0.5 && < 1
hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010
exposed-modules: Numeric.Units.Dimensional.Codata