packages feed

benchmark-function-0.1.0.1: benchmark-function.cabal

name: benchmark-function
version: 0.1.0.1
cabal-version: >=1.10
build-type: Simple
license: GPL-3
license-file: LICENSE
maintainer: hawk.alan@gmail.com
homepage: xy30.com
synopsis: Test the time it takes to run a haskell function
category: Testing
author: Alan Hawkins
extra-source-files:
    Readme.md

source-repository head
    type: git
    location: http://github.com/xpika/benchmark-function.git

library
    exposed-modules:
        Test.Benchmark.Function
    build-depends:
        base <10000,
        process <10000,
        time <10000,
        random <10000
    default-language: Haskell2010
    other-extensions: FlexibleInstances