File: newer-deps

package info (click to toggle)
haskell-bsb-http-chunked 0.0.0.4-6
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: haskell: 260; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 806 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
Index: b/bsb-http-chunked.cabal
===================================================================
--- a/bsb-http-chunked.cabal
+++ b/bsb-http-chunked.cabal
@@ -1,5 +1,6 @@
 Name:                bsb-http-chunked
 Version:             0.0.0.4
+x-revision: 3
 Synopsis:            Chunked HTTP transfer encoding for bytestring builders
 
 Description:         This library contains functions for encoding [bytestring
@@ -36,8 +37,8 @@ Source-repository head
 
 Library
   exposed-modules:   Data.ByteString.Builder.HTTP.Chunked
-  build-depends:     base >= 4.8 && < 4.13,
-                     bytestring >= 0.10.2 && < 0.11
+  build-depends:     base >= 4.8 && < 5,
+                     bytestring >= 0.10.2 && < 0.12
   ghc-options:       -Wall -O2
   if impl(ghc >= 8.0)
     ghc-options:     -Wcompat