Skip to content

Commit dd4700b

Browse files
committed
fix: allow time-1.14
Because, GHC 9.12 time library version is 1.14. > time 1.14 Dependency of ghc library > > [GHC 9.12.20241014](https://downloads.haskell.org/ghc/9.12.1-alpha1/docs/users_guide/9.12.1-notes.html)
1 parent 2a9d772 commit dd4700b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unix-compat.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Library
6161
build-depends: Win32 >= 2.5.0.0 && < 3
6262
build-depends: directory >= 1.3.1 && < 1.4
6363
build-depends: filepath >= 1.4.1.0 && < 1.6
64-
build-depends: time >= 1.6.0.1 && < 1.13
64+
build-depends: time >= 1.6.0.1 && < 1.15
6565

6666
other-modules:
6767
System.PosixCompat.Internal.Time

0 commit comments

Comments
 (0)