projects
/
line-indexed-cursor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
526b2fe
)
Specify versions
author
Evgenii Akentev
<i@ak3n.com>
Fri, 21 Jul 2023 03:56:57 +0000
(07:56 +0400)
committer
Evgenii Akentev
<i@ak3n.com>
Fri, 21 Jul 2023 03:56:57 +0000
(07:56 +0400)
line-indexed-cursor.cabal
patch
|
blob
|
blame
|
history
diff --git
a/line-indexed-cursor.cabal
b/line-indexed-cursor.cabal
index 0cbf8fd8169324dd23c037c7729021d9829c39c7..bdf6791cdf05dc869cbbb8c4c5e2c0d471c2b723 100644
(file)
--- 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