File: newer-deps

package info (click to toggle)
haskell-bytestring-conversion 0.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: haskell: 418; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 730 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: b/bytestring-conversion.cabal
===================================================================
--- a/bytestring-conversion.cabal
+++ b/bytestring-conversion.cabal
@@ -1,5 +1,6 @@
 name:                bytestring-conversion
 version:             0.3.2
+x-revision: 1
 synopsis:            Type-classes to convert values to and from ByteString.
 license:             MPL-2.0
 license-file:        LICENSE
@@ -39,7 +40,7 @@ library
       , attoparsec        >= 0.10    && < 1.0
       , bytestring        >= 0.10.2  && < 1.0
       , case-insensitive  >= 1.2     && < 2.0
-      , text              >= 0.11    && < 2.0
+      , text              >= 0.11    && < 2.2
 
     if os(windows)
         cpp-options:   -DWINDOWS