File: newer-deps

package info (click to toggle)
haskell-unliftio-core 0.2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: haskell: 59; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 659 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/unliftio-core.cabal
===================================================================
--- a/unliftio-core.cabal
+++ b/unliftio-core.cabal
@@ -6,6 +6,7 @@ cabal-version: 1.12
 
 name:           unliftio-core
 version:        0.2.1.0
+x-revision: 2
 synopsis:       The MonadUnliftIO typeclass for unlifting monads to IO
 description:    Please see the documentation and README at <https://www.stackage.org/package/unliftio-core>
 category:       Control
@@ -28,6 +29,6 @@ library
   hs-source-dirs:
       src
   build-depends:
-      base >=4.9 && <4.17
+      base >=4.9 && <4.19
     , transformers >=0.2 && <0.7
   default-language: Haskell2010