File: newer-deps

package info (click to toggle)
haskell-vector-binary-instances 0.2.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 84 kB
  • sloc: haskell: 145; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/vector-binary-instances.cabal
+++ b/vector-binary-instances.cabal
@@ -45,7 +45,7 @@ Library
 
   -- Packages needed in order to build this package.
   Build-depends:
-    base > 3 && < 4.16,
+    base > 3 && < 4.17,
     vector >= 0.6 && < 0.13,
     binary >= 0.5 && < 0.11
   Default-Language: Haskell2010