From 315fdf5cf741c884fc0010bb86c1910b46efc66c Mon Sep 17 00:00:00 2001 From: Evgenii Akentev Date: Fri, 21 Jul 2023 07:56:57 +0400 Subject: [PATCH] Specify versions --- line-indexed-cursor.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/line-indexed-cursor.cabal b/line-indexed-cursor.cabal index 0cbf8fd..bdf6791 100644 --- a/line-indexed-cursor.cabal +++ b/line-indexed-cursor.cabal @@ -19,7 +19,7 @@ common warnings library import: warnings exposed-modules: System.IO.LineIndexedCursor - build-depends: base >= 4.7 && < 5, bytestring ^>= 0.11, array + build-depends: base >= 4.7 && < 5, bytestring ^>= 0.11, array >= 0.5.2.0 && < 6 hs-source-dirs: src default-language: Haskell2010 @@ -46,6 +46,6 @@ benchmark bench main-is: Bench.hs build-depends: base >= 4.7 && < 5, - criterion, - random, + criterion >= 1.5 && < 2, + random >= 1 && < 2, line-indexed-cursor -- 2.34.1