File: newer-deps

package info (click to toggle)
haskell-snap-core 1.0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 816 kB
  • sloc: haskell: 7,668; sh: 47; ansic: 26; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,139 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
Index: b/snap-core.cabal
===================================================================
--- a/snap-core.cabal
+++ b/snap-core.cabal
@@ -1,6 +1,7 @@
 cabal-version:  2.2
 name:           snap-core
 version:        1.0.5.1
+x-revision: 2
 synopsis:       Snap: A Haskell Web Framework (core interfaces and types)
 
 description:
@@ -143,7 +144,7 @@ Library
   build-depends:
     HUnit                     >= 1.2     && < 2,
     attoparsec                >= 0.12    && < 0.15,
-    bytestring                >= 0.9     && < 0.12,
+    bytestring                >= 0.9     && < 0.13,
     bytestring-builder        >= 0.10.4  && < 0.11,
     case-insensitive          >= 1.1     && < 1.3,
     containers                >= 0.3     && < 1.0,
@@ -161,7 +162,7 @@ Library
     time                      >= 1.0     && < 1.14,
     transformers              >= 0.3     && < 0.7,
     transformers-base         >= 0.4     && < 0.5,
-    unix-compat               >= 0.3     && < 0.7,
+    unix-compat               >= 0.3     && < 0.8,
     unordered-containers      >= 0.1.4.3 && < 0.3,
     vector                    >= 0.6     && < 0.14