File: newer-deps

package info (click to toggle)
haskell-bitwise 1.0.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: haskell: 1,232; makefile: 6
file content (40 lines) | stat: -rw-r--r-- 1,036 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Index: b/bitwise.cabal
===================================================================
--- a/bitwise.cabal
+++ b/bitwise.cabal
@@ -1,5 +1,6 @@
 Name:                bitwise
 Version:             1.0.0.1
+x-revision: 8
 Synopsis:            fast multi-dimensional unboxed bit packed Bool arrays
 Description:
   Unboxed multidimensional bit packed Bool arrays with fast aggregate
@@ -69,8 +70,8 @@ Library
     Data.Array.BitArray.Internal
 
   Build-depends:
-    base >= 4.7 && < 4.12,
-    bytestring < 0.11,
+    base >= 4.7 && < 4.19,
+    bytestring < 0.12,
     array < 0.6
 
   HS-source-dirs: src
@@ -86,7 +87,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
@@ -97,7 +98,7 @@ Benchmark bitwise-benchmark
     base,
     array,
     bytestring,
-    criterion >= 0.6 && < 1.5
+    criterion >= 0.6 && < 1.7
   Default-Language: Haskell2010
 
 source-repository head