cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: polysemy-chronos
version: 0.2.0.2
synopsis: Polysemy-time Interpreters for Chronos
description: Please see the readme on Github at <https://github.com/tek/polysemy-time>
category: Time
author: Torsten Schmits
maintainer: tek@tryp.io
copyright: 2021 Torsten Schmits
license: BSD-2-Clause-Patent
license-file: LICENSE
build-type: Simple
extra-source-files:
readme.md
changelog.md
library
exposed-modules:
Polysemy.Chronos
Polysemy.Chronos.Orphans
Polysemy.Chronos.Time
other-modules:
Paths_polysemy_chronos
autogen-modules:
Paths_polysemy_chronos
hs-source-dirs:
lib
default-extensions:
AllowAmbiguousTypes
ApplicativeDo
BangPatterns
BinaryLiterals
BlockArguments
ConstraintKinds
DataKinds
DefaultSignatures
DeriveAnyClass
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
DerivingStrategies
DerivingVia
DisambiguateRecordFields
DoAndIfThenElse
DuplicateRecordFields
EmptyDataDecls
ExistentialQuantification
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
LiberalTypeSynonyms
MultiParamTypeClasses
MultiWayIf
NamedFieldPuns
OverloadedStrings
OverloadedLists
PackageImports
PartialTypeSignatures
PatternGuards
PatternSynonyms
PolyKinds
QuantifiedConstraints
QuasiQuotes
RankNTypes
RecordWildCards
RecursiveDo
ScopedTypeVariables
StandaloneDeriving
TemplateHaskell
TupleSections
TypeApplications
TypeFamilies
TypeFamilyDependencies
TypeOperators
TypeSynonymInstances
UndecidableInstances
UnicodeSyntax
ViewPatterns
ghc-options: -flate-specialise -fspecialise-aggressively -Wall -Wredundant-constraints -Wunused-packages
build-depends:
base ==4.*
, chronos >=1.1.1 && <1.2
, polysemy >=1.4
, polysemy-time
mixins:
base hiding (Prelude)
, polysemy-time hiding (Polysemy.Time.Prelude)
, polysemy-time (Polysemy.Time.Prelude as Prelude)
default-language: Haskell2010
test-suite polysemy-chronos-unit
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Polysemy.Chronos.ChronosTimeTest
Paths_polysemy_chronos
hs-source-dirs:
test
default-extensions:
AllowAmbiguousTypes
ApplicativeDo
BangPatterns
BinaryLiterals
BlockArguments
ConstraintKinds
DataKinds
DefaultSignatures
DeriveAnyClass
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
DerivingStrategies
DerivingVia
DisambiguateRecordFields
DoAndIfThenElse
DuplicateRecordFields
EmptyDataDecls
ExistentialQuantification
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
LiberalTypeSynonyms
MultiParamTypeClasses
MultiWayIf
NamedFieldPuns
OverloadedStrings
OverloadedLists
PackageImports
PartialTypeSignatures
PatternGuards
PatternSynonyms
PolyKinds
QuantifiedConstraints
QuasiQuotes
RankNTypes
RecordWildCards
RecursiveDo
ScopedTypeVariables
StandaloneDeriving
TemplateHaskell
TupleSections
TypeApplications
TypeFamilies
TypeFamilyDependencies
TypeOperators
TypeSynonymInstances
UndecidableInstances
UnicodeSyntax
ViewPatterns
ghc-options: -flate-specialise -fspecialise-aggressively -Wall -Wredundant-constraints -Wunused-packages -threaded -rtsopts -with-rtsopts=-N
build-depends:
base ==4.*
, chronos
, polysemy-chronos
, polysemy-test
, polysemy-time
, tasty
mixins:
base hiding (Prelude)
, polysemy-time hiding (Polysemy.Time.Prelude)
, polysemy-time (Polysemy.Time.Prelude as Prelude)
default-language: Haskell2010