From: Evgenii Akentev Date: Fri, 21 Jul 2023 03:56:57 +0000 (+0400) Subject: Specify versions X-Git-Url: https://git.ak3n.com/?a=commitdiff_plain;h=315fdf5cf741c884fc0010bb86c1910b46efc66c;p=line-indexed-cursor.git Specify versions --- 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