File: newer-deps

package info (click to toggle)
haskell-text-metrics 0.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: haskell: 409; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 893 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Index: b/text-metrics.cabal
===================================================================
--- a/text-metrics.cabal
+++ b/text-metrics.cabal
@@ -1,6 +1,7 @@
 cabal-version:   2.4
 name:            text-metrics
 version:         0.3.2
+x-revision: 2
 license:         BSD-3-Clause
 license-file:    LICENSE.md
 maintainer:      Mark Karpov <markkarpov92@gmail.com>
@@ -32,7 +33,7 @@ library
         base >=4.13 && <5.0,
         containers >=0.5 && <0.7,
         text >=0.2 && <2.1,
-        vector >=0.11 && <0.13
+        vector >=0.11 && <0.14
 
     if flag(dev)
         ghc-options: -Wall -Werror
@@ -70,7 +71,7 @@ benchmark bench-speed
     default-language: Haskell2010
     build-depends:
         base >=4.13 && <5.0,
-        criterion >=0.6.2.1 && <1.6,
+        criterion >=0.6.2.1 && <1.7,
         deepseq >=1.3 && <1.5,
         text >=0.2 && <2.1,
         text-metrics