nanotime-0.3.2: nanotime.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
name: nanotime
version: 0.3.2
synopsis: a tiny time library
description: Please see the README on GitHub at <https://github.com/ejconlon/nanotime#readme>
homepage: https://github.com/ejconlon/nanotime#readme
bug-reports: https://github.com/ejconlon/nanotime/issues
author: Eric Conlon
maintainer: ejconlon@gmail.com
copyright: (c) 2024 Eric Conlon
license: BSD3
build-type: Simple
tested-with:
GHC == 9.6.4
source-repository head
type: git
location: https://github.com/ejconlon/nanotime
library
exposed-modules:
Nanotime
other-modules:
Paths_nanotime
hs-source-dirs:
src
default-extensions:
BangPatterns
ConstraintKinds
DataKinds
DeriveFunctor
DeriveFoldable
DeriveGeneric
DeriveTraversable
DerivingStrategies
DerivingVia
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
ImportQualifiedPost
LambdaCase
KindSignatures
MultiParamTypeClasses
MultiWayIf
PatternSynonyms
Rank2Types
ScopedTypeVariables
StandaloneDeriving
StandaloneKindSignatures
TupleSections
TypeApplications
TypeOperators
TypeFamilies
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds
build-depends:
base >=4.12 && <5
, time >=1.12 && <1.14
default-language: GHC2021
test-suite nanotime-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_nanotime
hs-source-dirs:
test
default-extensions:
BangPatterns
ConstraintKinds
DataKinds
DeriveFunctor
DeriveFoldable
DeriveGeneric
DeriveTraversable
DerivingStrategies
DerivingVia
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
ImportQualifiedPost
LambdaCase
KindSignatures
MultiParamTypeClasses
MultiWayIf
PatternSynonyms
Rank2Types
ScopedTypeVariables
StandaloneDeriving
StandaloneKindSignatures
TupleSections
TypeApplications
TypeOperators
TypeFamilies
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.12 && <5
, nanotime
, tasty
, tasty-hunit
, time >=1.12 && <1.14
default-language: GHC2021