-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphysics.cabal
More file actions
40 lines (39 loc) · 1.43 KB
/
physics.cabal
File metadata and controls
40 lines (39 loc) · 1.43 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
name: physics
version: 0.1.2.1
synopsis: dimensions, quantities and constants
description: Library to work with typed SI dimensions and common physical functions and constants.
license: BSD3
license-file: LICENSE
author: Florian Knupfer
maintainer: fknupfer@gmail.com
copyright: 2018, Florian Knupfer
category: Science
build-type: Simple
extra-source-files: ChangeLog.md
, Readme.md
cabal-version: >=1.10
tested-with: GHC == 7.10.3
, GHC == 8.0.2
, GHC == 8.2.2
, GHC == 8.4.3
, GHC == 8.6.1
source-repository head
Type: git
Location: https://github.com/knupfer/physics
library
exposed-modules: Physics.Units
, Physics.Units.Type
, Physics.Units.Base
, Physics.Units.Derived
, Physics.Units.Constants
, Physics.Units.Constants.Measured
, Physics.Units.Planck
, Physics.Units.Planck.Base
, Physics.Units.Planck.Derived
, Physics.Units.Convert
, Physics.Units.Arithmetic
, Physics.Units.Prefixes
build-depends: base >= 4.8 && < 5
ghc-options: -Wall
hs-source-dirs: src
default-language: Haskell2010