-
Notifications
You must be signed in to change notification settings - Fork 0
/
time-units-types.cabal
45 lines (41 loc) · 1.15 KB
/
time-units-types.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
39
40
41
42
43
44
45
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: time-units-types
version: 0.2.0.1
synopsis: Type-level representations of time durations.
description: Please see the README on GitHub at <https://github.com/mbg/time-units-types#readme>
category: Data
homepage: https://github.com/mbg/time-units-types#readme
bug-reports: https://github.com/mbg/time-units-types/issues
author: Michael B. Gale
maintainer: github@michael-gale.co.uk
copyright: 2022 Michael B. Gale
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/mbg/time-units-types
library
exposed-modules:
Data.Time.TypeLevel
other-modules:
Paths_time_units_types
hs-source-dirs:
src
default-extensions:
DataKinds
PolyKinds
ScopedTypeVariables
TypeApplications
TypeFamilies
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, time-units
default-language: Haskell2010