Cabal revisions of splitmix-0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: splitmix-version: 0-synopsis: Fast Splittable PRNG+name: splitmix+version: 0+x-revision: 1+synopsis: Fast Splittable PRNG description: Pure Haskell implementation of SplitMix described in . Programming Systems Languages & Applications (OOPSLA '14). ACM, New York, NY, USA, 453-472. DOI: <https://doi.org/10.1145/2660193.2660195>-license: BSD3-license-file: LICENSE-maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>-bug-reports: https://github.com/phadej/splitmix#issues+license: BSD3+license-file: LICENSE+maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>+bug-reports: https://github.com/phadej/splitmix#issues category: System build-type: Simple cabal-version: >= 1.10 GHC==7.8.4, GHC==7.10.3, GHC==8.0.2,- GHC==8.2.1+ GHC==8.2.2,+ GHC==8.4.1 extra-source-files: README.md exposed-modules: System.Random.SplitMix build-depends:- base >=4.5 && <4.11,+ base >=4.5 && <4.12, time >=1.4.0.1 && <1.9, random >=1.1 && <1.2 random, containers >=0.5 && <0.6, tf-random >=0.5 && <0.6,- criterion >=1.1.0.0 && <1.3+ criterion >=1.1.0.0 && <1.5 test-suite montecarlo-pi type: exitcode-stdio-1.0
revision 2
name: splitmix version: 0-x-revision: 1+x-revision: 2 synopsis: Fast Splittable PRNG description: Pure Haskell implementation of SplitMix described in base, splitmix, random,- base-compat >=0.9.3 && <0.10,+ base-compat >=0.9.3 && <0.11, bytestring >=0.10.4.0 && <0.11, tf-random >=0.5 && <0.6