Cabal revisions of random-1.0.1.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: random-version: 1.0.1.3---- 1.0.1.0 -- bump for bug fixes, but no SplittableGen yet--- 1.0.1.1 -- bump for overflow bug fixes--- 1.0.1.2 -- bump for ticket 8704, build fusion--- 1.0.1.3 -- bump for various bug fixes--license: BSD3-license-file: LICENSE-maintainer: rrnewton@gmail.com-bug-reports: https://github.com/haskell/random/issues-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.8 needed because "the field 'build-depends: random' refers--- to a library which is defined within the same package"-cabal-version: >= 1.8----Library- exposed-modules:- System.Random- extensions: CPP- GHC-Options: -O2 - build-depends: base >= 3 && < 5, time--source-repository head- type: git- location: http://git.haskell.org/packages/random.git---- To run the Test-Suite:--- $ cabal configure --enable-tests--- $ cabal test --show-details=always --test-options="+RTS -M1M -RTS"--Test-Suite T7936- type: exitcode-stdio-1.0- main-is: T7936.hs- hs-source-dirs: tests- build-depends: base >= 3 && < 5, random- ghc-options: -rtsopts -O2--Test-Suite TestRandomRs- type: exitcode-stdio-1.0- main-is: TestRandomRs.hs- hs-source-dirs: tests- build-depends: base >= 3 && < 5, random- ghc-options: -rtsopts -O2- -- TODO. Why does the following not work?- --test-options: +RTS -M1M -RTS--Test-Suite TestRandomIOs- type: exitcode-stdio-1.0- main-is: TestRandomIOs.hs- hs-source-dirs: tests- build-depends: base >= 3 && < 5, random- ghc-options: -rtsopts -O2+name: random +version: 1.0.1.3 +x-revision: 1 + +-- 1.0.1.0 -- bump for bug fixes, but no SplittableGen yet +-- 1.0.1.1 -- bump for overflow bug fixes +-- 1.0.1.2 -- bump for ticket 8704, build fusion +-- 1.0.1.3 -- bump for various bug fixes + +license: BSD3 +license-file: LICENSE +maintainer: rrnewton@gmail.com +bug-reports: https://github.com/haskell/random/issues +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.8 needed because "the field 'build-depends: random' refers +-- to a library which is defined within the same package" +cabal-version: >= 1.8 + + + +Library + exposed-modules: + System.Random + extensions: CPP + GHC-Options: -O2 + build-depends: base >= 4.6 && < 5, time + +source-repository head + type: git + location: http://git.haskell.org/packages/random.git + +-- To run the Test-Suite: +-- $ cabal configure --enable-tests +-- $ cabal test --show-details=always --test-options="+RTS -M1M -RTS" + +Test-Suite T7936 + type: exitcode-stdio-1.0 + main-is: T7936.hs + hs-source-dirs: tests + build-depends: base >= 3 && < 5, random + ghc-options: -rtsopts -O2 + +Test-Suite TestRandomRs + type: exitcode-stdio-1.0 + main-is: TestRandomRs.hs + hs-source-dirs: tests + build-depends: base >= 3 && < 5, random + ghc-options: -rtsopts -O2 + -- TODO. Why does the following not work? + --test-options: +RTS -M1M -RTS + +Test-Suite TestRandomIOs + type: exitcode-stdio-1.0 + main-is: TestRandomIOs.hs + hs-source-dirs: tests + build-depends: base >= 3 && < 5, random + ghc-options: -rtsopts -O2
revision 2
name: random version: 1.0.1.3 -x-revision: 1 +x-revision: 2 + -- 1.0.1.0 -- bump for bug fixes, but no SplittableGen yet -- 1.0.1.1 -- bump for overflow bug fixes -- 1.0.1.2 -- bump for ticket 8704, build fusion --- 1.0.1.3 -- bump for various bug fixes +-- 1.0.1.3 -- now deprecated, use 1.0.1.2 or 1.1 instead. license: BSD3 license-file: LICENSE System.Random extensions: CPP GHC-Options: -O2 - build-depends: base >= 4.6 && < 5, time + build-depends: base >= 5 && < 5, time source-repository head type: git