File: newer-deps

package info (click to toggle)
haskell-aeson-diff 1.1.0.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 400 kB
  • sloc: haskell: 900; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 689 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: b/aeson-diff.cabal
===================================================================
--- a/aeson-diff.cabal
+++ b/aeson-diff.cabal
@@ -1,5 +1,6 @@
 name:                aeson-diff
 version:             1.1.0.13
+x-revision: 1
 synopsis:            Extract and apply patches to JSON documents.
 description:
   .
@@ -34,7 +35,7 @@ library
   exposed-modules:     Data.Aeson.Diff
                      , Data.Aeson.Patch
                      , Data.Aeson.Pointer
-  build-depends:       base >=4.11.1 && <4.17
+  build-depends:       base >=4.11.1 && <5
                      , aeson >= 2.0.3
                      , bytestring >= 0.10
                      , edit-distance-vector