-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 8e02280851791e0ab62db7b1821da498d030b754d37d86fa6937f21a9ee5cd8f
name: freer-simple-profiling
version: 0.1.0.0
synopsis: Automatic profling of freer-simple programs
description: Please see the README on GitHub at <https://gitlab.com/costar-astrology/freer-simple-contrib/tree/master/freer-simple-http>
category: Control, Benchmarking, Profiling
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-http
library
exposed-modules:
Control.Monad.Freer.Profiling
other-modules:
Paths_freer_simple_profiling
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
, containers >=0.5 && <0.6
, freer-simple >=1.1 && <1.2
, time >=1.8 && <1.9
default-language: Haskell2010
test-suite freer-simple-profiling-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_freer_simple_profiling
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
, containers >=0.5 && <0.6
, freer-simple >=1.1 && <1.2
, freer-simple-profiling
, hspec
, time >=1.8 && <1.9
default-language: Haskell2010