File: newer-deps

package info (click to toggle)
haskell-log-domain 0.13.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: haskell: 421; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,024 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
Index: b/log-domain.cabal
===================================================================
--- a/log-domain.cabal
+++ b/log-domain.cabal
@@ -1,6 +1,7 @@
 name:          log-domain
 category:      Numeric
 version:       0.13.2
+x-revision: 3
 license:       BSD3
 cabal-version: >= 1.10
 license-file:  LICENSE
@@ -42,12 +43,12 @@ library
     bytes                     >= 0.7      && < 1,
     cereal                    >= 0.3.5    && < 0.6,
     comonad                   >= 4        && < 6,
-    deepseq                   >= 1.3      && < 1.5,
+    deepseq                   >= 1.3      && < 1.6,
     distributive              >= 0.3      && < 1,
     hashable                  >= 1.2.5    && < 1.5,
-    semigroupoids             >= 4        && < 6,
+    semigroupoids             >= 4        && < 7,
     semigroups                >= 0.8.4    && < 1,
-    vector                    >= 0.11     && < 0.13
+    vector                    >= 0.11     && < 0.14
 
   exposed-modules:
     Numeric.Log Numeric.Log.Signed