From fbf2fdef006fd6e25496387df0a3b18b66e9ab10 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 5 Aug 2021 21:40:59 +0800 Subject: [PATCH] revise .cabal --- random-1.2.0.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/random-1.2.0.cabal b/random-1.2.0.cabal index db6108e..5cce8d0 100644 --- a/random-1.2.0.cabal +++ b/random-1.2.0.cabal @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: random version: 1.2.0 -x-revision: 5 +x-revision: 6 license: BSD3 license-file: LICENSE maintainer: core-libraries-committee@haskell.org @@ -97,7 +97,7 @@ library -Wincomplete-record-updates -Wincomplete-uni-patterns build-depends: - base >=4.8 && <5, + base >=4.8 && <4.16, bytestring >=0.10.4 && <0.12, deepseq >=1.1 && <2, mtl >=2.2 && <2.3,