packages feed

hs-carbon-0.0.1.0: hs-carbon.cabal

name:                hs-carbon
version:             0.0.1.0
synopsis:            A Haskell framework for parallel monte carlo simulations
description:
  hs-carbon is a PRNG-agnostic Haskell framework for running monte-carlo
  simulations. The library will provide several "skeletons" for abstracting
  away common usage patterns.
license:             MIT
license-file:        LICENSE
author:              Casper M. H. Holmgreen
maintainer:          cholmgreen@gmail.com
-- copyright:           
category:            Simulation
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Control.Monad.MonteCarlo
                     , Data.Result
                     , Data.Summary
                     , Data.Summary.Bool
  -- other-modules:       
  build-depends:
    base == 4.*, mtl, random, parallel, deepseq
  hs-source-dirs:      src
  ghc-options:         -Wall

source-repository head
  type:     git
  location: https://github.com/icasperzen/hs-carbon