cabal-version: 2.4
build-type: Simple
name: monad-time-effectful
version: 1.0.0.0
license: MIT
license-file: LICENSE
category: Control
maintainer: andrzej@rybczak.net
author: Andrzej Rybczak, Hécate Moonlight
synopsis: Adaptation of the monad-time library for the effectful ecosystem.
description: Adaptation of the @<https://hackage.haskell.org/package/monad-time monad-time>@ library for the @<https://hackage.haskell.org/package/effectful effectful>@ ecosystem.
extra-source-files:
CHANGELOG.md
README.md
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2
bug-reports: https://github.com/haskell-effectful/monad-time-effectful/issues
source-repository head
type: git
location: https://github.com/haskell-effectful/monad-time-effectful
common language
ghc-options: -Wall -Wcompat -Wno-unticked-promoted-constructors
default-language: Haskell2010
default-extensions: BangPatterns
DataKinds
FlexibleContexts
GADTs
LambdaCase
KindSignatures
TypeFamilies
TypeOperators
library
import: language
build-depends: base <5
, effectful-core >=1.0.0.0 && <3.0.0.0
, monad-time
, time
hs-source-dirs: src
exposed-modules: Effectful.Time