File: newer-http

package info (click to toggle)
haskell-oeis 0.3.10-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: haskell: 249; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: b/oeis.cabal
===================================================================
--- a/oeis.cabal
+++ b/oeis.cabal
@@ -53,7 +53,7 @@ library
     Math.OEIS.Types
 
   build-depends:
-    HTTP    >= 4000.2 && < 4000.4,
+    HTTP    >= 4000.2,
     base    >= 3 && < 5
 
   if flag(network-uri)