packages feed

random-1.0.0.1: random.cabal

name:		random
version:	1.0.0.1
license:	BSD3
license-file:	LICENSE
maintainer:	libraries@haskell.org
synopsis:	random number library
category:       System
description:
	This package provides a random number library.
build-type: Simple
exposed-modules:
	System.Random
extensions:	CPP
build-depends: base, old-time