packages feed

buffon-0.1.0.0: buffon.cabal

-- Initial buffon.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                buffon
version:             0.1.0.0
synopsis:            An implementation of Buffon machines.
description:         An implementation of everything in "On Buffon Machines and Numbers".
license:             BSD2
license-file:        LICENSE
author:              Derek Elkins
maintainer:          derek.a.elkins+github@gmail.com
homepage:            https://github.com/derekelkins/buffon
bug-reports:         https://github.com/derekelkins/buffon/issues
copyright:           2015 Derek Elkins
category:            Math
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

source-repository head
  type: git
  location: git://github.com/derekelkins/buffon.git

library
  exposed-modules: Data.Distribution.Buffon
  -- other-modules:       
  -- other-extensions:    
  build-depends:       
    base >=4.8 && <4.9,
    mwc-random >= 0.13 && <0.14,
    mwc-random-monad >=0.7 && <0.8,
    monad-primitive >= 0.1 && <0.2,
    transformers >= 0.4 && <0.5,
    primitive >= 0.6 && <0.7
  -- hs-source-dirs:      
  default-language:    Haskell2010