File: newer-deps

package info (click to toggle)
haskell-unliftio-core 0.2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 88 kB
  • sloc: haskell: 54; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/unliftio-core.cabal
+++ b/unliftio-core.cabal
@@ -30,6 +30,6 @@ library
   hs-source-dirs:
       src
   build-depends:
-      base >=4.5 && <4.14
+      base >=4.5 && <4.16
     , transformers >=0.2 && <0.6
   default-language: Haskell2010