|
|
@ -1,7 +1,7 @@
|
|
|
|
cabal-version: >=1.10
|
|
|
|
cabal-version: >=1.10
|
|
|
|
name: random
|
|
|
|
name: random
|
|
|
|
version: 1.2.0
|
|
|
|
version: 1.2.0
|
|
|
|
x-revision: 5
|
|
|
|
x-revision: 6
|
|
|
|
license: BSD3
|
|
|
|
license: BSD3
|
|
|
|
license-file: LICENSE
|
|
|
|
license-file: LICENSE
|
|
|
|
maintainer: core-libraries-committee@haskell.org
|
|
|
|
maintainer: core-libraries-committee@haskell.org
|
|
|
@ -97,7 +97,7 @@ library
|
|
|
|
-Wincomplete-record-updates -Wincomplete-uni-patterns
|
|
|
|
-Wincomplete-record-updates -Wincomplete-uni-patterns
|
|
|
|
|
|
|
|
|
|
|
|
build-depends:
|
|
|
|
build-depends:
|
|
|
|
base >=4.8 && <5,
|
|
|
|
base >=4.8 && <4.16,
|
|
|
|
bytestring >=0.10.4 && <0.12,
|
|
|
|
bytestring >=0.10.4 && <0.12,
|
|
|
|
deepseq >=1.1 && <2,
|
|
|
|
deepseq >=1.1 && <2,
|
|
|
|
mtl >=2.2 && <2.3,
|
|
|
|
mtl >=2.2 && <2.3,
|
|
|
|