-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 5ab33c3a11c5c741efb773c2fa89cf511f5ed2861ed19cd1f7c7c3a363fa16d4 name: freer-simple-time version: 0.1.0.0 synopsis: freer-simple interface to IO based time functions description: Please see the README on Gitlab at category: Control, Time author: Ben Weitzman maintainer: ben@costarastrology.com copyright: 2018 Ben Weitzman license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://gitlab.com/costar-astrology/freer-simple-contrib/tree/master/freer-simple-time library exposed-modules: Control.Monad.Freer.Time other-modules: Paths_freer_simple_time hs-source-dirs: src default-extensions: GADTs FlexibleContexts TypeOperators DataKinds StandaloneDeriving DeriveDataTypeable MultiParamTypeClasses FlexibleInstances UndecidableInstances TypeApplications ScopedTypeVariables TypeFamilies RankNTypes DeriveAnyClass OverloadedStrings FunctionalDependencies ConstraintKinds EmptyCase BangPatterns build-depends: base >=4.7 && <5 , freer-simple >=1.1 && <1.2 , time >=1.8 && <1.9 default-language: Haskell2010 test-suite freer-simple-time-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Control.Monad.Freer.TimeSpec Paths_freer_simple_time hs-source-dirs: test default-extensions: GADTs FlexibleContexts TypeOperators DataKinds StandaloneDeriving DeriveDataTypeable MultiParamTypeClasses FlexibleInstances UndecidableInstances TypeApplications ScopedTypeVariables TypeFamilies RankNTypes DeriveAnyClass OverloadedStrings FunctionalDependencies ConstraintKinds EmptyCase BangPatterns ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , freer-simple >=1.1 && <1.2 , freer-simple-time , hspec , time >=1.8 && <1.9 default-language: Haskell2010