File: newer-deps

package info (click to toggle)
haskell-bitwise 1.0.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 140 kB
  • sloc: haskell: 1,232; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 486 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
--- a/bitwise.cabal
+++ b/bitwise.cabal
@@ -69,8 +69,8 @@ Library
     Data.Array.BitArray.Internal
 
   Build-depends:
-    base >= 4.7 && < 4.12,
-    bytestring < 0.11,
+    base >= 4.7 && < 4.17,
+    bytestring < 0.12,
     array < 0.6
 
   HS-source-dirs: src
@@ -86,7 +86,7 @@ Test-Suite bitwise-testsuite
   build-depends:
     bitwise,
     base,
-    QuickCheck >= 2.4 && < 2.12
+    QuickCheck >= 2.4 && < 2.15
   Default-Language: Haskell2010
 
 Benchmark bitwise-benchmark