File: newer-deps

package info (click to toggle)
haskell-data-functor-logistic 0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 72 kB
  • sloc: haskell: 64; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 775 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
Index: b/data-functor-logistic.cabal
===================================================================
--- a/data-functor-logistic.cabal
+++ b/data-functor-logistic.cabal
@@ -1,6 +1,7 @@
 cabal-version:      2.4
 name:               data-functor-logistic
 version:            0.0
+x-revision: 2
 synopsis:           Updatable analogue of Distributive functors
 description:        See README.md
 bug-reports:        https://github.com/fumieval/data-functor-logistic
@@ -14,7 +15,7 @@ extra-source-files: CHANGELOG.md, README
 library
     exposed-modules:
         Data.Functor.Logistic
-    build-depends:    base >= 4.9 && <4.17, distributive
+    build-depends:    base >= 4.9 && <4.20, distributive
     default-language: Haskell2010
     ghc-options: -Wall -Wcompat