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.0
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
FlexibleInstances
FunctionalDependencies
KindSignatures
MultiParamTypeClasses
PolyKinds
ScopedTypeVariables
StandaloneKindSignatures
TypeApplications
TypeFamilies
TypeOperators
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, time-units
default-language: Haskell2010