File: newer-deps

package info (click to toggle)
haskell-bsb-http-chunked 0.0.0.4-4
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 96 kB
  • sloc: haskell: 260; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/bsb-http-chunked.cabal
+++ b/bsb-http-chunked.cabal
@@ -36,7 +36,7 @@
 
 Library
   exposed-modules:   Data.ByteString.Builder.HTTP.Chunked
-  build-depends:     base >= 4.8 && < 4.13,
+  build-depends:     base >= 4.8 && < 5,
                      bytestring >= 0.10.2 && < 0.11
   ghc-options:       -Wall -O2
   if impl(ghc >= 8.0)