File: random.cabal

package info (click to toggle)
haskell-random 1.0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 76 kB
  • sloc: haskell: 277; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 761 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name:		random
version:	1.0.1.1

-- 1.0.1.0 -- bump for bug fixes, but no SplittableGen yet
-- 1.0.1.1 -- bump for overflow bug fixes

license:	BSD3
license-file:	LICENSE
maintainer:	rrnewton@gmail.com
bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries/random
synopsis:	random number library
category:       System
description:
	This package provides a basic random number generation
	library, including the ability to split random number
	generators.
build-type: Simple
Cabal-Version: >= 1.6



Library
    exposed-modules:
        System.Random
    extensions:	CPP
    GHC-Options: -O2 
    build-depends: base >= 3 && < 5, time

source-repository head
    type:     git
    location: http://darcs.haskell.org/packages/random.git/