File: newer-deps

package info (click to toggle)
haskell-config-schema 1.3.0.0-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: haskell: 702; makefile: 6
file content (32 lines) | stat: -rw-r--r-- 1,015 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
Index: b/config-schema.cabal
===================================================================
--- a/config-schema.cabal
+++ b/config-schema.cabal
@@ -1,6 +1,7 @@
 cabal-version:       2.2
 name:                config-schema
 version:             1.3.0.0
+x-revision: 5
 synopsis:            Schema definitions for the config-value package
 license:             ISC
 license-file:        LICENSE
@@ -35,14 +36,14 @@ library
     Config.Schema.Types
 
   build-depends:
-    base           >=4.9   && <4.18,
+    base           >=4.9   && <4.21,
     config-value   ^>=0.8.3,
-    containers     >=0.5   && <0.7,
-    free           >=4.12  && <5.2,
+    containers     >=0.5   && <0.8,
+    free           >=4.12  && <5.3,
     kan-extensions >=5.0.2 && <5.3,
     pretty         >=1.1.2 && <1.2,
-    semigroupoids  >=5.1   && <5.4,
-    text           >=1.2   && <2.1,
+    semigroupoids  >=5.1   && <6.1,
+    text           >=1.2   && <2.2,
     transformers   >=0.4   && <0.7,
 
   hs-source-dirs:       src